Html Css Color HEX #476BC2 Free Speech Blue

📋 copy color: '#476BC2'

red 71 ◦ green 107 ◦ blue 194

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

Shades of Free Speech Blue #476BC2

Tints of Free Speech Blue #476BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 52.15%

R = 19.09%
G = 28.76%
B = 52.15%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#476BC2 (or 0x476BC2) is known color: Free Speech Blue. HEX triplet: 47, 6B and C2. RGB value is (71,107,194). Sum of RGB (Red+Green+Blue) = 71+107+194=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #476BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BC2 is #B8943D. Grayscale: #696969. Windows color (decimal): -12096574 or 12741447. OLE color: 12741447.

HSL color Cylindrical-coordinate representation of color #476BC2: hue angle of 222.44º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #476BC2 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 107 194 -
CMYK 0.63 0.45 0 0.24
HSL 222.44º 0.5% 0.52% -
HSV(B) 222.44º 0.63% 0.76% -
XYZ 17.59 15.75 53.15 -
YUV 106.15 177.57 102.93 -
System Red Green Blue C M Y K H S L
Decimal 71 107 194 0.63 0.45 0 0.24 222.44 0.5 0.52
Hex 47 6B C2 3F 2D 0 18 DE 32 34
Octal 107 153 302 77 55 0 30 336 62 64
Binary 1000111 1101011 11000010 111111 101101 0 11000 11011110 110010 110100

Color Harmonies of #476BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BC2

Black with #476BC2

Text Example


Text Example

White with #476BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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