Html Css Color HEX #474FBA Free Speech Blue

📋 copy color: '#474FBA'

red 71 ◦ green 79 ◦ blue 186

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

Shades of Free Speech Blue #474FBA

Tints of Free Speech Blue #474FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.36%

R = 21.13%
G = 23.51%
B = 55.36%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#474FBA (or 0x474FBA) is known color: Free Speech Blue. HEX triplet: 47, 4F and BA. RGB value is (71,79,186). Sum of RGB (Red+Green+Blue) = 71+79+186=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #474FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474FBA is #B8B045. Grayscale: #585858. Windows color (decimal): -12103750 or 12209991. OLE color: 12209991.

HSL color Cylindrical-coordinate representation of color #474FBA: hue angle of 235.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #474FBA is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 79 186 -
CMYK 0.62 0.58 0 0.27
HSL 235.83º 0.45% 0.5% -
HSV(B) 235.83º 0.62% 0.73% -
XYZ 14.26 10.48 47.73 -
YUV 88.81 182.85 115.3 -
System Red Green Blue C M Y K H S L
Decimal 71 79 186 0.62 0.58 0 0.27 235.83 0.45 0.5
Hex 47 4F BA 3E 3A 0 1B EC 2D 32
Octal 107 117 272 76 72 0 33 354 55 62
Binary 1000111 1001111 10111010 111110 111010 0 11011 11101100 101101 110010

Color Harmonies of #474FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474FBA

Black with #474FBA

Text Example


Text Example

White with #474FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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