Html Css Color HEX #475DBF Free Speech Blue

📋 copy color: '#475DBF'

red 71 ◦ green 93 ◦ blue 191

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

Shades of Free Speech Blue #475DBF

Tints of Free Speech Blue #475DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.2%

 BLUE value IS 191 (75% from 255) = 53.8%

R = 20%
G = 26.2%
B = 53.8%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#475DBF (or 0x475DBF) is known color: Free Speech Blue. HEX triplet: 47, 5D and BF. RGB value is (71,93,191). Sum of RGB (Red+Green+Blue) = 71+93+191=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #475DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475DBF is #B8A240. Grayscale: #616161. Windows color (decimal): -12100161 or 12541255. OLE color: 12541255.

HSL color Cylindrical-coordinate representation of color #475DBF: hue angle of 229º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #475DBF is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 93 191 -
CMYK 0.63 0.51 0 0.25
HSL 229º 0.48% 0.51% -
HSV(B) 229º 0.63% 0.75% -
XYZ 15.92 12.93 50.95 -
YUV 97.59 180.71 109.03 -
System Red Green Blue C M Y K H S L
Decimal 71 93 191 0.63 0.51 0 0.25 229 0.48 0.51
Hex 47 5D BF 3F 33 0 19 E5 30 33
Octal 107 135 277 77 63 0 31 345 60 63
Binary 1000111 1011101 10111111 111111 110011 0 11001 11100101 110000 110011

Color Harmonies of #475DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DBF

Black with #475DBF

Text Example


Text Example

White with #475DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,93,191); }

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

background-color css

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

 a { background-color: rgb(71,93,191); }

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

border-color css

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

 span { border-color: rgb(71,93,191); }

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