Html Css Color HEX #474FDE Free Speech Blue

📋 copy color: '#474FDE'

red 71 ◦ green 79 ◦ blue 222

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

Shades of Free Speech Blue #474FDE

Tints of Free Speech Blue #474FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.68%

R = 19.09%
G = 21.24%
B = 59.68%

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

#474FDE (or 0x474FDE) is known color: Free Speech Blue. HEX triplet: 47, 4F and DE. RGB value is (71,79,222). Sum of RGB (Red+Green+Blue) = 71+79+222=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #474FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474FDE is #B8B021. Grayscale: #5C5C5C. Windows color (decimal): -12103714 or 14569287. OLE color: 14569287.

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

Color convert

RGB 71 79 222 -
CMYK 0.68 0.64 0 0.13
HSL 236.82º 0.7% 0.57% -
HSV(B) 236.82º 0.68% 0.87% -
XYZ 18.58 12.21 70.48 -
YUV 92.91 200.85 112.37 -
System Red Green Blue C M Y K H S L
Decimal 71 79 222 0.68 0.64 0 0.13 236.82 0.7 0.57
Hex 47 4F DE 44 40 0 D ED 46 39
Octal 107 117 336 104 100 0 15 355 106 71
Binary 1000111 1001111 11011110 1000100 1000000 0 1101 11101101 1000110 111001

Color Harmonies of #474FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474FDE

Black with #474FDE

Text Example


Text Example

White with #474FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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