Html Css Color HEX #404BD5 Free Speech Blue

📋 copy color: '#404BD5'

red 64 ◦ green 75 ◦ blue 213

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

Shades of Free Speech Blue #404BD5

Tints of Free Speech Blue #404BD5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.31%

 BLUE value IS 213 (83.59% from 255) = 60.51%

R = 18.18%
G = 21.31%
B = 60.51%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#404BD5 (or 0x404BD5) is known color: Free Speech Blue. HEX triplet: 40, 4B and D5. RGB value is (64,75,213). Sum of RGB (Red+Green+Blue) = 64+75+213=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 213 (83.59% from 255 or 60.51% from 352); Max value from RGB is 213 - color contains mainly: blue. Hex color #404BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BD5 is #BFB42A. Grayscale: #565656. Windows color (decimal): -12563499 or 13978432. OLE color: 13978432.

HSL color Cylindrical-coordinate representation of color #404BD5: hue angle of 235.57º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #404BD5 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 75 213 -
CMYK 0.70 0.65 0 0.16
HSL 235.57º 0.64% 0.54% -
HSV(B) 235.57º 0.7% 0.84% -
XYZ 16.64 10.93 64.18 -
YUV 87.44 198.86 111.28 -
System Red Green Blue C M Y K H S L
Decimal 64 75 213 0.70 0.65 0 0.16 235.57 0.64 0.54
Hex 40 4B D5 46 41 0 10 EC 40 36
Octal 100 113 325 106 101 0 20 354 100 66
Binary 1000000 1001011 11010101 1000110 1000001 0 10000 11101100 1000000 110110

Color Harmonies of #404BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404BD5

Black with #404BD5

Text Example


Text Example

White with #404BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,75,213); }

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

background-color css

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

 a { background-color: rgb(64,75,213); }

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

border-color css

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

 span { border-color: rgb(64,75,213); }

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