Html Css Color HEX #474FBC Free Speech Blue

📋 copy color: '#474FBC'

red 71 ◦ green 79 ◦ blue 188

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

Shades of Free Speech Blue #474FBC

Tints of Free Speech Blue #474FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.37%

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

R = 21.01%
G = 23.37%
B = 55.62%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#474FBC (or 0x474FBC) is known color: Free Speech Blue. HEX triplet: 47, 4F and BC. RGB value is (71,79,188). Sum of RGB (Red+Green+Blue) = 71+79+188=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #474FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474FBC is #B8B043. Grayscale: #585858. Windows color (decimal): -12103748 or 12341063. OLE color: 12341063.

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

Color convert

RGB 71 79 188 -
CMYK 0.62 0.58 0 0.26
HSL 235.9º 0.47% 0.51% -
HSV(B) 235.9º 0.62% 0.74% -
XYZ 14.47 10.56 48.85 -
YUV 89.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 71 79 188 0.62 0.58 0 0.26 235.9 0.47 0.51
Hex 47 4F BC 3E 3A 0 1A EC 2F 33
Octal 107 117 274 76 72 0 32 354 57 63
Binary 1000111 1001111 10111100 111110 111010 0 11010 11101100 101111 110011

Color Harmonies of #474FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474FBC

Black with #474FBC

Text Example


Text Example

White with #474FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474FBC; }

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

 H1.HeaderClassName
 {
   color: #474FBC;
 }
 .AnyTagClassName
 {
   color: #474FBC;
 }
</style>

background-color css

<style>
 a { background-color: #474FBC; }

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

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

border-color css

<style>
 span { border-color: #474FBC; }

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

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