Html Css Color HEX #476BBC Free Speech Blue

📋 copy color: '#476BBC'

red 71 ◦ green 107 ◦ blue 188

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

Shades of Free Speech Blue #476BBC

Tints of Free Speech Blue #476BBC

RGB

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

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

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

R = 19.4%
G = 29.23%
B = 51.37%

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

#476BBC (or 0x476BBC) is known color: Free Speech Blue. HEX triplet: 47, 6B and BC. RGB value is (71,107,188). Sum of RGB (Red+Green+Blue) = 71+107+188=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #476BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BBC is #B89443. Grayscale: #696969. Windows color (decimal): -12096580 or 12348231. OLE color: 12348231.

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

Color convert

RGB 71 107 188 -
CMYK 0.62 0.43 0 0.26
HSL 221.54º 0.47% 0.51% -
HSV(B) 221.54º 0.62% 0.74% -
XYZ 16.93 15.49 49.67 -
YUV 105.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 71 107 188 0.62 0.43 0 0.26 221.54 0.47 0.51
Hex 47 6B BC 3E 2B 0 1A DE 2F 33
Octal 107 153 274 76 53 0 32 336 57 63
Binary 1000111 1101011 10111100 111110 101011 0 11010 11011110 101111 110011

Color Harmonies of #476BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BBC

Black with #476BBC

Text Example


Text Example

White with #476BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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