Html Css Color HEX #476BBF Free Speech Blue

📋 copy color: '#476BBF'

red 71 ◦ green 107 ◦ blue 191

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

Shades of Free Speech Blue #476BBF

Tints of Free Speech Blue #476BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.76%

R = 19.24%
G = 29%
B = 51.76%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#476BBF (or 0x476BBF) is known color: Free Speech Blue. HEX triplet: 47, 6B and BF. RGB value is (71,107,191). Sum of RGB (Red+Green+Blue) = 71+107+191=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #476BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BBF is #B89440. Grayscale: #696969. Windows color (decimal): -12096577 or 12544839. OLE color: 12544839.

HSL color Cylindrical-coordinate representation of color #476BBF: hue angle of 222º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #476BBF is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 107 191 -
CMYK 0.63 0.44 0 0.25
HSL 222º 0.48% 0.51% -
HSV(B) 222º 0.63% 0.75% -
XYZ 17.26 15.62 51.39 -
YUV 105.81 176.07 103.17 -
System Red Green Blue C M Y K H S L
Decimal 71 107 191 0.63 0.44 0 0.25 222 0.48 0.51
Hex 47 6B BF 3F 2C 0 19 DE 30 33
Octal 107 153 277 77 54 0 31 336 60 63
Binary 1000111 1101011 10111111 111111 101100 0 11001 11011110 110000 110011

Color Harmonies of #476BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BBF

Black with #476BBF

Text Example


Text Example

White with #476BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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