Html Css Color HEX #404EDC Free Speech Blue

📋 copy color: '#404EDC'

red 64 ◦ green 78 ◦ blue 220

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

Shades of Free Speech Blue #404EDC

Tints of Free Speech Blue #404EDC

RGB

 RED value IS 64 (25.39% from 255) = 17.68%

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

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

R = 17.68%
G = 21.55%
B = 60.77%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#404EDC (or 0x404EDC) is known color: Free Speech Blue. HEX triplet: 40, 4E and DC. RGB value is (64,78,220). Sum of RGB (Red+Green+Blue) = 64+78+220=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #404EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EDC is #BFB123. Grayscale: #595959. Windows color (decimal): -12562724 or 14437952. OLE color: 14437952.

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

Color convert

RGB 64 78 220 -
CMYK 0.71 0.65 0 0.14
HSL 234.62º 0.69% 0.56% -
HSV(B) 234.62º 0.71% 0.86% -
XYZ 17.76 11.71 69.03 -
YUV 90 201.36 109.45 -
System Red Green Blue C M Y K H S L
Decimal 64 78 220 0.71 0.65 0 0.14 234.62 0.69 0.56
Hex 40 4E DC 47 41 0 E EB 45 38
Octal 100 116 334 107 101 0 16 353 105 70
Binary 1000000 1001110 11011100 1000111 1000001 0 1110 11101011 1000101 111000

Color Harmonies of #404EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EDC

Black with #404EDC

Text Example


Text Example

White with #404EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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