Html Css Color HEX #474FDD Free Speech Blue

📋 copy color: '#474FDD'

red 71 ◦ green 79 ◦ blue 221

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

Shades of Free Speech Blue #474FDD

Tints of Free Speech Blue #474FDD

RGB

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

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

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

R = 19.14%
G = 21.29%
B = 59.57%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#474FDD (or 0x474FDD) is known color: Free Speech Blue. HEX triplet: 47, 4F and DD. RGB value is (71,79,221). Sum of RGB (Red+Green+Blue) = 71+79+221=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #474FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474FDD is #B8B022. Grayscale: #5C5C5C. Windows color (decimal): -12103715 or 14503751. OLE color: 14503751.

HSL color Cylindrical-coordinate representation of color #474FDD: hue angle of 236.8º 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 #474FDD is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 79 221 -
CMYK 0.68 0.64 0 0.13
HSL 236.8º 0.69% 0.57% -
HSV(B) 236.8º 0.68% 0.87% -
XYZ 18.45 12.15 69.78 -
YUV 92.8 200.35 112.45 -
System Red Green Blue C M Y K H S L
Decimal 71 79 221 0.68 0.64 0 0.13 236.8 0.69 0.57
Hex 47 4F DD 44 40 0 D ED 45 39
Octal 107 117 335 104 100 0 15 355 105 71
Binary 1000111 1001111 11011101 1000100 1000000 0 1101 11101101 1000101 111001

Color Harmonies of #474FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474FDD

Black with #474FDD

Text Example


Text Example

White with #474FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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