Html Css Color HEX #475DBB Free Speech Blue

📋 copy color: '#475DBB'

red 71 ◦ green 93 ◦ blue 187

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

Shades of Free Speech Blue #475DBB

Tints of Free Speech Blue #475DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.28%

R = 20.23%
G = 26.5%
B = 53.28%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#475DBB (or 0x475DBB) is known color: Free Speech Blue. HEX triplet: 47, 5D and BB. RGB value is (71,93,187). Sum of RGB (Red+Green+Blue) = 71+93+187=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #475DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475DBB is #B8A244. Grayscale: #606060. Windows color (decimal): -12100165 or 12279111. OLE color: 12279111.

HSL color Cylindrical-coordinate representation of color #475DBB: hue angle of 228.62º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #475DBB is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 93 187 -
CMYK 0.62 0.50 0 0.27
HSL 228.62º 0.46% 0.51% -
HSV(B) 228.62º 0.62% 0.73% -
XYZ 15.48 12.76 48.66 -
YUV 97.14 178.71 109.36 -
System Red Green Blue C M Y K H S L
Decimal 71 93 187 0.62 0.50 0 0.27 228.62 0.46 0.51
Hex 47 5D BB 3E 32 0 1B E5 2E 33
Octal 107 135 273 76 62 0 33 345 56 63
Binary 1000111 1011101 10111011 111110 110010 0 11011 11100101 101110 110011

Color Harmonies of #475DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DBB

Black with #475DBB

Text Example


Text Example

White with #475DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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