Html Css Color HEX #474DBF Free Speech Blue

📋 copy color: '#474DBF'

red 71 ◦ green 77 ◦ blue 191

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

Shades of Free Speech Blue #474DBF

Tints of Free Speech Blue #474DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.71%

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

R = 20.94%
G = 22.71%
B = 56.34%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#474DBF (or 0x474DBF) is known color: Free Speech Blue. HEX triplet: 47, 4D and BF. RGB value is (71,77,191). Sum of RGB (Red+Green+Blue) = 71+77+191=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #474DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DBF is #B8B240. Grayscale: #575757. Windows color (decimal): -12104257 or 12537159. OLE color: 12537159.

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

Color convert

RGB 71 77 191 -
CMYK 0.63 0.60 0 0.25
HSL 237º 0.48% 0.51% -
HSV(B) 237º 0.63% 0.75% -
XYZ 14.66 10.41 50.53 -
YUV 88.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 71 77 191 0.63 0.60 0 0.25 237 0.48 0.51
Hex 47 4D BF 3F 3C 0 19 ED 30 33
Octal 107 115 277 77 74 0 31 355 60 63
Binary 1000111 1001101 10111111 111111 111100 0 11001 11101101 110000 110011

Color Harmonies of #474DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DBF

Black with #474DBF

Text Example


Text Example

White with #474DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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