Html Css Color HEX #404ADB Free Speech Blue

📋 copy color: '#404ADB'

red 64 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Blue #404ADB

Tints of Free Speech Blue #404ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.34%

R = 17.93%
G = 20.73%
B = 61.34%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#404ADB (or 0x404ADB) is known color: Free Speech Blue. HEX triplet: 40, 4A and DB. RGB value is (64,74,219). Sum of RGB (Red+Green+Blue) = 64+74+219=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #404ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404ADB is #BFB524. Grayscale: #565656. Windows color (decimal): -12563749 or 14371392. OLE color: 14371392.

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

Color convert

RGB 64 74 219 -
CMYK 0.71 0.66 0 0.14
HSL 236.13º 0.68% 0.55% -
HSV(B) 236.13º 0.71% 0.86% -
XYZ 17.35 11.1 68.25 -
YUV 87.54 202.19 111.21 -
System Red Green Blue C M Y K H S L
Decimal 64 74 219 0.71 0.66 0 0.14 236.13 0.68 0.55
Hex 40 4A DB 47 42 0 E EC 44 37
Octal 100 112 333 107 102 0 16 354 104 67
Binary 1000000 1001010 11011011 1000111 1000010 0 1110 11101100 1000100 110111

Color Harmonies of #404ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404ADB

Black with #404ADB

Text Example


Text Example

White with #404ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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