Html Css Color HEX #404AD0 Free Speech Blue

📋 copy color: '#404AD0'

red 64 ◦ green 74 ◦ blue 208

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

Shades of Free Speech Blue #404AD0

Tints of Free Speech Blue #404AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.39%

 BLUE value IS 208 (81.64% from 255) = 60.12%

R = 18.5%
G = 21.39%
B = 60.12%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#404AD0 (or 0x404AD0) is known color: Free Speech Blue. HEX triplet: 40, 4A and D0. RGB value is (64,74,208). Sum of RGB (Red+Green+Blue) = 64+74+208=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 208 (81.64% from 255 or 60.12% from 346); Max value from RGB is 208 - color contains mainly: blue. Hex color #404AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404AD0 is #BFB52F. Grayscale: #555555. Windows color (decimal): -12563760 or 13650496. OLE color: 13650496.

HSL color Cylindrical-coordinate representation of color #404AD0: hue angle of 235.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404AD0 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 74 208 -
CMYK 0.69 0.64 0 0.18
HSL 235.83º 0.61% 0.53% -
HSV(B) 235.83º 0.69% 0.82% -
XYZ 15.95 10.54 60.87 -
YUV 86.29 196.69 112.1 -
System Red Green Blue C M Y K H S L
Decimal 64 74 208 0.69 0.64 0 0.18 235.83 0.61 0.53
Hex 40 4A D0 45 40 0 12 EC 3D 35
Octal 100 112 320 105 100 0 22 354 75 65
Binary 1000000 1001010 11010000 1000101 1000000 0 10010 11101100 111101 110101

Color Harmonies of #404AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404AD0

Black with #404AD0

Text Example


Text Example

White with #404AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,74,208); }

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

background-color css

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

 a { background-color: rgb(64,74,208); }

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

border-color css

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

 span { border-color: rgb(64,74,208); }

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