Html Css Color HEX #476CBC Free Speech Blue

📋 copy color: '#476CBC'

red 71 ◦ green 108 ◦ blue 188

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

Shades of Free Speech Blue #476CBC

Tints of Free Speech Blue #476CBC

RGB

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

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

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

R = 19.35%
G = 29.43%
B = 51.23%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#476CBC (or 0x476CBC) is known color: Free Speech Blue. HEX triplet: 47, 6C and BC. RGB value is (71,108,188). Sum of RGB (Red+Green+Blue) = 71+108+188=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #476CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CBC is #B89343. Grayscale: #696969. Windows color (decimal): -12096324 or 12348487. OLE color: 12348487.

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

Color convert

RGB 71 108 188 -
CMYK 0.62 0.43 0 0.26
HSL 221.03º 0.47% 0.51% -
HSV(B) 221.03º 0.62% 0.74% -
XYZ 17.04 15.7 49.71 -
YUV 106.06 174.24 103 -
System Red Green Blue C M Y K H S L
Decimal 71 108 188 0.62 0.43 0 0.26 221.03 0.47 0.51
Hex 47 6C BC 3E 2B 0 1A DD 2F 33
Octal 107 154 274 76 53 0 32 335 57 63
Binary 1000111 1101100 10111100 111110 101011 0 11010 11011101 101111 110011

Color Harmonies of #476CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CBC

Black with #476CBC

Text Example


Text Example

White with #476CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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