#4764cd

Color #4764CD Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4764CD

Tints of Free Speech Blue #4764CD

Color information

#4764CD (or 0x4764CD) is unknown color: approx Free Speech Blue. HEX triplet: 47, 64 and CD. RGB value is (71,100,205). Sum of RGB (Red+Green+Blue) = 71+100+205=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #4764CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4764CD is #B89B32. Grayscale: #666666. Windows color (decimal): -12098355 or 13460551. OLE color: 13460551.

HSL color Cylindrical-coordinate representation of color #4764CD: hue angle of 227.01º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4764CD is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB71100205-
CMYK0.650.5100.20
HSL227.01º57.26%54.12%-
HSV(B)227.01º65.37%80.39%-
XYZ18.1814.8659.67-
YUV103.3185.39104.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 18.88%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 205 (80.47% from 255) = 54.52%
R=18.88%
G=26.60%
B=54.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal711002050.650.5100.20227.0157.2654.12
Hex4764CD4133014e33936
Octal107144315101630243437166
Binary1000111110010011001101100000111001101010011100011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4764cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4764cd; }

 p { color: rgb(71,100,205); }

 H1.HeaderClassName
 {
   color: #4764cd;
 }
 .AnyTagClassName
 {
   color: #4764cd;
 }
</style>
background-color css

<style>
 a { background-color: #4764cd; }

 a { background-color: rgb(71,100,205); }

 div.DivClassName
 {
   background-color: #4764cd;
 }
 .BgClassName
 {
   background-color: #4764cd;
 }
</style>
border-color css

<style>
 span { border-color: #4764cd; }

 span { border-color: rgb(71,100,205); }

 td.TdClassName
 {
   border-color: #4764cd;
 }
 .TagClassName
 {
   border-color: #4764cd;
 }
</style>