Html Css Color HEX #474EDC Free Speech Blue

📋 copy color: '#474EDC'

red 71 ◦ green 78 ◦ blue 220

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

Shades of Free Speech Blue #474EDC

Tints of Free Speech Blue #474EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 19.24%
G = 21.14%
B = 59.62%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#474EDC (or 0x474EDC) is known color: Free Speech Blue. HEX triplet: 47, 4E and DC. RGB value is (71,78,220). Sum of RGB (Red+Green+Blue) = 71+78+220=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #474EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474EDC is #B8B123. Grayscale: #5B5B5B. Windows color (decimal): -12103972 or 14437959. OLE color: 14437959.

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

Color convert

RGB 71 78 220 -
CMYK 0.68 0.65 0 0.14
HSL 237.18º 0.68% 0.57% -
HSV(B) 237.18º 0.68% 0.86% -
XYZ 18.24 11.96 69.06 -
YUV 92.1 200.18 112.95 -
System Red Green Blue C M Y K H S L
Decimal 71 78 220 0.68 0.65 0 0.14 237.18 0.68 0.57
Hex 47 4E DC 44 41 0 E ED 44 39
Octal 107 116 334 104 101 0 16 355 104 71
Binary 1000111 1001110 11011100 1000100 1000001 0 1110 11101101 1000100 111001

Color Harmonies of #474EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474EDC

Black with #474EDC

Text Example


Text Example

White with #474EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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