Html Css Color HEX #474EDD Free Speech Blue

📋 copy color: '#474EDD'

red 71 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Blue #474EDD

Tints of Free Speech Blue #474EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.08%

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

R = 19.19%
G = 21.08%
B = 59.73%

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

#474EDD (or 0x474EDD) is known color: Free Speech Blue. HEX triplet: 47, 4E and DD. RGB value is (71,78,221). Sum of RGB (Red+Green+Blue) = 71+78+221=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #474EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474EDD is #B8B122. Grayscale: #5B5B5B. Windows color (decimal): -12103971 or 14503495. OLE color: 14503495.

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

Color convert

RGB 71 78 221 -
CMYK 0.68 0.65 0 0.13
HSL 237.2º 0.69% 0.57% -
HSV(B) 237.2º 0.68% 0.87% -
XYZ 18.37 12.01 69.76 -
YUV 92.21 200.68 112.87 -
System Red Green Blue C M Y K H S L
Decimal 71 78 221 0.68 0.65 0 0.13 237.2 0.69 0.57
Hex 47 4E DD 44 41 0 D ED 45 39
Octal 107 116 335 104 101 0 15 355 105 71
Binary 1000111 1001110 11011101 1000100 1000001 0 1101 11101101 1000101 111001

Color Harmonies of #474EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474EDD

Black with #474EDD

Text Example


Text Example

White with #474EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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