Html Css Color HEX #475CBB Free Speech Blue

📋 copy color: '#475CBB'

red 71 ◦ green 92 ◦ blue 187

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

Shades of Free Speech Blue #475CBB

Tints of Free Speech Blue #475CBB

RGB

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

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

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

R = 20.29%
G = 26.29%
B = 53.43%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#475CBB (or 0x475CBB) is known color: Free Speech Blue. HEX triplet: 47, 5C and BB. RGB value is (71,92,187). Sum of RGB (Red+Green+Blue) = 71+92+187=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #475CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CBB is #B8A344. Grayscale: #606060. Windows color (decimal): -12100421 or 12278855. OLE color: 12278855.

HSL color Cylindrical-coordinate representation of color #475CBB: hue angle of 229.14º 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 #475CBB is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 92 187 -
CMYK 0.62 0.51 0 0.27
HSL 229.14º 0.46% 0.51% -
HSV(B) 229.14º 0.62% 0.73% -
XYZ 15.4 12.58 48.63 -
YUV 96.55 179.04 109.78 -
System Red Green Blue C M Y K H S L
Decimal 71 92 187 0.62 0.51 0 0.27 229.14 0.46 0.51
Hex 47 5C BB 3E 33 0 1B E5 2E 33
Octal 107 134 273 76 63 0 33 345 56 63
Binary 1000111 1011100 10111011 111110 110011 0 11011 11100101 101110 110011

Color Harmonies of #475CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475CBB

Black with #475CBB

Text Example


Text Example

White with #475CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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