Html Css Color HEX #476BBB Free Speech Blue

📋 copy color: '#476BBB'

red 71 ◦ green 107 ◦ blue 187

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

Shades of Free Speech Blue #476BBB

Tints of Free Speech Blue #476BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

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

R = 19.45%
G = 29.32%
B = 51.23%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#476BBB (or 0x476BBB) is known color: Free Speech Blue. HEX triplet: 47, 6B and BB. RGB value is (71,107,187). Sum of RGB (Red+Green+Blue) = 71+107+187=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #476BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BBB is #B89444. Grayscale: #696969. Windows color (decimal): -12096581 or 12282695. OLE color: 12282695.

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

Color convert

RGB 71 107 187 -
CMYK 0.62 0.43 0 0.27
HSL 221.38º 0.46% 0.51% -
HSV(B) 221.38º 0.62% 0.73% -
XYZ 16.83 15.44 49.11 -
YUV 105.36 174.07 103.5 -
System Red Green Blue C M Y K H S L
Decimal 71 107 187 0.62 0.43 0 0.27 221.38 0.46 0.51
Hex 47 6B BB 3E 2B 0 1B DD 2E 33
Octal 107 153 273 76 53 0 33 335 56 63
Binary 1000111 1101011 10111011 111110 101011 0 11011 11011101 101110 110011

Color Harmonies of #476BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BBB

Black with #476BBB

Text Example


Text Example

White with #476BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476BBB; }

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

 H1.HeaderClassName
 {
   color: #476BBB;
 }
 .AnyTagClassName
 {
   color: #476BBB;
 }
</style>

background-color css

<style>
 a { background-color: #476BBB; }

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

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

border-color css

<style>
 span { border-color: #476BBB; }

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

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