Html Css Color HEX #404EC5 Free Speech Blue

📋 copy color: '#404EC5'

red 64 ◦ green 78 ◦ blue 197

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

Shades of Free Speech Blue #404EC5

Tints of Free Speech Blue #404EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 58.11%

R = 18.88%
G = 23.01%
B = 58.11%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#404EC5 (or 0x404EC5) is known color: Free Speech Blue. HEX triplet: 40, 4E and C5. RGB value is (64,78,197). Sum of RGB (Red+Green+Blue) = 64+78+197=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 197 (77.34% from 255 or 58.11% from 339); Max value from RGB is 197 - color contains mainly: blue. Hex color #404EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EC5 is #BFB13A. Grayscale: #565656. Windows color (decimal): -12562747 or 12930624. OLE color: 12930624.

HSL color Cylindrical-coordinate representation of color #404EC5: hue angle of 233.68º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404EC5 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 78 197 -
CMYK 0.68 0.60 0 0.23
HSL 233.68º 0.53% 0.51% -
HSV(B) 233.68º 0.68% 0.77% -
XYZ 14.92 10.57 54.08 -
YUV 87.38 189.86 111.32 -
System Red Green Blue C M Y K H S L
Decimal 64 78 197 0.68 0.60 0 0.23 233.68 0.53 0.51
Hex 40 4E C5 44 3C 0 17 EA 35 33
Octal 100 116 305 104 74 0 27 352 65 63
Binary 1000000 1001110 11000101 1000100 111100 0 10111 11101010 110101 110011

Color Harmonies of #404EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EC5

Black with #404EC5

Text Example


Text Example

White with #404EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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