#4761cb

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

Shades of Free Speech Blue #4761CB

Tints of Free Speech Blue #4761CB

Color information

#4761CB (or 0x4761CB) is unknown color: approx Free Speech Blue. HEX triplet: 47, 61 and CB. RGB value is (71,97,203). Sum of RGB (Red+Green+Blue) = 71+97+203=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #4761CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4761CB is #B89E34. Grayscale: #646464. Windows color (decimal): -12099125 or 13328711. OLE color: 13328711.

HSL color Cylindrical-coordinate representation of color #4761CB: hue angle of 228.18º degrees, saturation: 0.56, 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 #4761CB is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7197203-
CMYK0.650.5200.20
HSL228.18º55.93%53.73%-
HSV(B)228.18º65.02%79.61%-
XYZ17.6514.258.31-
YUV101.31185.39106.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.14%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 203 (79.69% from 255) = 54.72%
R=19.14%
G=26.15%
B=54.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71972030.650.5200.20228.1855.9353.73
Hex4761CB4134014e43836
Octal107141313101640243447066
Binary1000111110000111001011100000111010001010011100100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4761cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4761cb; }

 p { color: rgb(71,97,203); }

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

<style>
 a { background-color: #4761cb; }

 a { background-color: rgb(71,97,203); }

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

<style>
 span { border-color: #4761cb; }

 span { border-color: rgb(71,97,203); }

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