Html Css Color HEX #476CBA Free Speech Blue

📋 copy color: '#476CBA'

red 71 ◦ green 108 ◦ blue 186

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

Shades of Free Speech Blue #476CBA

Tints of Free Speech Blue #476CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.59%

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 19.45%
G = 29.59%
B = 50.96%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#476CBA (or 0x476CBA) is known color: Free Speech Blue. HEX triplet: 47, 6C and BA. RGB value is (71,108,186). Sum of RGB (Red+Green+Blue) = 71+108+186=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #476CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CBA is #B89345. Grayscale: #696969. Windows color (decimal): -12096326 or 12217415. OLE color: 12217415.

HSL color Cylindrical-coordinate representation of color #476CBA: hue angle of 220.7º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #476CBA is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 108 186 -
CMYK 0.62 0.42 0 0.27
HSL 220.7º 0.45% 0.5% -
HSV(B) 220.7º 0.62% 0.73% -
XYZ 16.82 15.61 48.58 -
YUV 105.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 71 108 186 0.62 0.42 0 0.27 220.7 0.45 0.5
Hex 47 6C BA 3E 2A 0 1B DD 2D 32
Octal 107 154 272 76 52 0 33 335 55 62
Binary 1000111 1101100 10111010 111110 101010 0 11011 11011101 101101 110010

Color Harmonies of #476CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CBA

Black with #476CBA

Text Example


Text Example

White with #476CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,108,186); }

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

background-color css

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

 a { background-color: rgb(71,108,186); }

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

border-color css

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

 span { border-color: rgb(71,108,186); }

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