Html Css Color HEX #404AB7 Free Speech Blue

📋 copy color: '#404AB7'

red 64 ◦ green 74 ◦ blue 183

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

Shades of Free Speech Blue #404AB7

Tints of Free Speech Blue #404AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 57.01%

R = 19.94%
G = 23.05%
B = 57.01%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#404AB7 (or 0x404AB7) is known color: Free Speech Blue. HEX triplet: 40, 4A and B7. RGB value is (64,74,183). Sum of RGB (Red+Green+Blue) = 64+74+183=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 183 (71.88% from 255 or 57.01% from 321); Max value from RGB is 183 - color contains mainly: blue. Hex color #404AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404AB7 is #BFB548. Grayscale: #525252. Windows color (decimal): -12563785 or 12012096. OLE color: 12012096.

HSL color Cylindrical-coordinate representation of color #404AB7: hue angle of 234.96º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #404AB7 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 74 183 -
CMYK 0.65 0.60 0 0.28
HSL 234.96º 0.48% 0.48% -
HSV(B) 234.96º 0.65% 0.72% -
XYZ 13.11 9.41 45.92 -
YUV 83.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 64 74 183 0.65 0.60 0 0.28 234.96 0.48 0.48
Hex 40 4A B7 41 3C 0 1C EB 30 30
Octal 100 112 267 101 74 0 34 353 60 60
Binary 1000000 1001010 10110111 1000001 111100 0 11100 11101011 110000 110000

Color Harmonies of #404AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404AB7

Black with #404AB7

Text Example


Text Example

White with #404AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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