Html Css Color HEX #476CBF Free Speech Blue

📋 copy color: '#476CBF'

red 71 ◦ green 108 ◦ blue 191

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

Shades of Free Speech Blue #476CBF

Tints of Free Speech Blue #476CBF

RGB

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

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

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

R = 19.19%
G = 29.19%
B = 51.62%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#476CBF (or 0x476CBF) is known color: Free Speech Blue. HEX triplet: 47, 6C and BF. RGB value is (71,108,191). Sum of RGB (Red+Green+Blue) = 71+108+191=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #476CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CBF is #B89340. Grayscale: #6A6A6A. Windows color (decimal): -12096321 or 12545095. OLE color: 12545095.

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

Color convert

RGB 71 108 191 -
CMYK 0.63 0.43 0 0.25
HSL 221.5º 0.48% 0.51% -
HSV(B) 221.5º 0.63% 0.75% -
XYZ 17.37 15.83 51.43 -
YUV 106.4 175.74 102.75 -
System Red Green Blue C M Y K H S L
Decimal 71 108 191 0.63 0.43 0 0.25 221.5 0.48 0.51
Hex 47 6C BF 3F 2B 0 19 DE 30 33
Octal 107 154 277 77 53 0 31 336 60 63
Binary 1000111 1101100 10111111 111111 101011 0 11001 11011110 110000 110011

Color Harmonies of #476CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CBF

Black with #476CBF

Text Example


Text Example

White with #476CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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