#474CCB

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

Shades of Free Speech Blue #474CCB

Tints of Free Speech Blue #474CCB

Color information

#474CCB (or 0x474CCB) is unknown color: approx Free Speech Blue. HEX triplet: 47, 4C and CB. RGB value is (71,76,203). Sum of RGB (Red+Green+Blue) = 71+76+203=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #474CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CCB is #B8B334. Grayscale: #585858. Windows color (decimal): -12104501 or 13323335. OLE color: 13323335.

HSL color Cylindrical-coordinate representation of color #474CCB: hue angle of 237.73º 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 #474CCB is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7176203-
CMYK0.650.6300.20
HSL237.73º55.93%53.73%-
HSV(B)237.73º65.02%79.61%-
XYZ15.9610.8257.75-
YUV88.98192.34115.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.29%
GREEN value IS 76 (30.08% from 255) = 21.71%
BLUE value IS 203 (79.69% from 255) = 58%
R=20.29%
G=21.71%
B=58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71762030.650.6300.20237.7355.9353.73
Hex474CCB413F014ee3836
Octal107114313101770243567066
Binary1000111100110011001011100000111111101010011101110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474CCB; }

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

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

<style>
 a { background-color: #474CCB; }

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

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

<style>
 span { border-color: #474CCB; }

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

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