Html Css Color HEX #476ABC Free Speech Blue

📋 copy color: '#476ABC'

red 71 ◦ green 106 ◦ blue 188

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

Shades of Free Speech Blue #476ABC

Tints of Free Speech Blue #476ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.04%

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 19.45%
G = 29.04%
B = 51.51%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#476ABC (or 0x476ABC) is known color: Free Speech Blue. HEX triplet: 47, 6A and BC. RGB value is (71,106,188). Sum of RGB (Red+Green+Blue) = 71+106+188=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #476ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ABC is #B89543. Grayscale: #686868. Windows color (decimal): -12096836 or 12347975. OLE color: 12347975.

HSL color Cylindrical-coordinate representation of color #476ABC: hue angle of 222.05º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #476ABC is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 106 188 -
CMYK 0.62 0.44 0 0.26
HSL 222.05º 0.47% 0.51% -
HSV(B) 222.05º 0.62% 0.74% -
XYZ 16.83 15.28 49.64 -
YUV 104.88 174.9 103.83 -
System Red Green Blue C M Y K H S L
Decimal 71 106 188 0.62 0.44 0 0.26 222.05 0.47 0.51
Hex 47 6A BC 3E 2C 0 1A DE 2F 33
Octal 107 152 274 76 54 0 32 336 57 63
Binary 1000111 1101010 10111100 111110 101100 0 11010 11011110 101111 110011

Color Harmonies of #476ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476ABC

Black with #476ABC

Text Example


Text Example

White with #476ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,106,188); }

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

background-color css

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

 a { background-color: rgb(71,106,188); }

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

border-color css

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

 span { border-color: rgb(71,106,188); }

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