Html Css Color HEX #475CCD Free Speech Blue

📋 copy color: '#475CCD'

red 71 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Blue #475CCD

Tints of Free Speech Blue #475CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 19.29%
G = 25%
B = 55.71%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#475CCD (or 0x475CCD) is known color: Free Speech Blue. HEX triplet: 47, 5C and CD. RGB value is (71,92,205). Sum of RGB (Red+Green+Blue) = 71+92+205=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #475CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CCD is #B8A332. Grayscale: #626262. Windows color (decimal): -12100403 or 13458503. OLE color: 13458503.

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

Color convert

RGB 71 92 205 -
CMYK 0.65 0.55 0 0.20
HSL 230.6º 0.57% 0.54% -
HSV(B) 230.6º 0.65% 0.8% -
XYZ 17.45 13.4 59.42 -
YUV 98.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 71 92 205 0.65 0.55 0 0.20 230.6 0.57 0.54
Hex 47 5C CD 41 37 0 14 E7 39 36
Octal 107 134 315 101 67 0 24 347 71 66
Binary 1000111 1011100 11001101 1000001 110111 0 10100 11100111 111001 110110

Color Harmonies of #475CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475CCD

Black with #475CCD

Text Example


Text Example

White with #475CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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