Html Css Color HEX #475CCC Free Speech Blue

📋 copy color: '#475CCC'

red 71 ◦ green 92 ◦ blue 204

#475CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #475CCC

Tints of Free Speech Blue #475CCC

RGB

 RED value IS 71 (28.13% from 255) = 19.35%

 GREEN value IS 92 (36.33% from 255) = 25.07%

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 19.35%
G = 25.07%
B = 55.59%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#475CCC (or 0x475CCC) is known color: Free Speech Blue. HEX triplet: 47, 5C and CC. RGB value is (71,92,204). Sum of RGB (Red+Green+Blue) = 71+92+204=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #475CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CCC is #B8A333. Grayscale: #626262. Windows color (decimal): -12100404 or 13392967. OLE color: 13392967.

HSL color Cylindrical-coordinate representation of color #475CCC: hue angle of 230.53º 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 #475CCC is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 92 204 -
CMYK 0.65 0.55 0 0.2
HSL 230.53º 0.57% 0.54% -
HSV(B) 230.53º 0.65% 0.8% -
XYZ 17.32 13.35 58.79 -
YUV 98.49 187.54 108.39 -
System Red Green Blue C M Y K H S L
Decimal 71 92 204 0.65 0.55 0 0.2 230.53 0.57 0.54
Hex 47 5C CC 41 37 0 14 E7 39 36
Octal 107 134 314 101 67 0 24 347 71 66
Binary 1000111 1011100 11001100 1000001 110111 0 10100 11100111 111001 110110

Color Harmonies of #475CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475CCC

Black with #475CCC

Text Example


Text Example

White with #475CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475CCC; }

 p { color: rgb(71,92,204); }

 H1.HeaderClassName
 {
   color: #475CCC;
 }
 .AnyTagClassName
 {
   color: #475CCC;
 }
</style>

background-color css

<style>
 a { background-color: #475CCC; }

 a { background-color: rgb(71,92,204); }

 div.DivClassName
 {
   background-color: #475CCC;
 }
 .BgClassName
 {
   background-color: #475CCC;
 }
</style>

border-color css

<style>
 span { border-color: #475CCC; }

 span { border-color: rgb(71,92,204); }

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