Html Css Color HEX #474DDD Free Speech Blue

📋 copy color: '#474DDD'

red 71 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Blue #474DDD

Tints of Free Speech Blue #474DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 19.24%
G = 20.87%
B = 59.89%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#474DDD (or 0x474DDD) is known color: Free Speech Blue. HEX triplet: 47, 4D and DD. RGB value is (71,77,221). Sum of RGB (Red+Green+Blue) = 71+77+221=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #474DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DDD is #B8B222. Grayscale: #5B5B5B. Windows color (decimal): -12104227 or 14503239. OLE color: 14503239.

HSL color Cylindrical-coordinate representation of color #474DDD: hue angle of 237.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474DDD is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 77 221 -
CMYK 0.68 0.65 0 0.13
HSL 237.6º 0.69% 0.57% -
HSV(B) 237.6º 0.68% 0.87% -
XYZ 18.3 11.87 69.73 -
YUV 91.62 201.01 113.29 -
System Red Green Blue C M Y K H S L
Decimal 71 77 221 0.68 0.65 0 0.13 237.6 0.69 0.57
Hex 47 4D DD 44 41 0 D EE 45 39
Octal 107 115 335 104 101 0 15 356 105 71
Binary 1000111 1001101 11011101 1000100 1000001 0 1101 11101110 1000101 111001

Color Harmonies of #474DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DDD

Black with #474DDD

Text Example


Text Example

White with #474DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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