Html Css Color HEX #404EB3 Free Speech Blue

📋 copy color: '#404EB3'

red 64 ◦ green 78 ◦ blue 179

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

Shades of Free Speech Blue #404EB3

Tints of Free Speech Blue #404EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.76%

R = 19.94%
G = 24.3%
B = 55.76%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#404EB3 (or 0x404EB3) is known color: Free Speech Blue. HEX triplet: 40, 4E and B3. RGB value is (64,78,179). Sum of RGB (Red+Green+Blue) = 64+78+179=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #404EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EB3 is #BFB14C. Grayscale: #545454. Windows color (decimal): -12562765 or 11750976. OLE color: 11750976.

HSL color Cylindrical-coordinate representation of color #404EB3: hue angle of 232.7º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #404EB3 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 78 179 -
CMYK 0.64 0.56 0 0.30
HSL 232.7º 0.47% 0.48% -
HSV(B) 232.7º 0.64% 0.7% -
XYZ 12.98 9.79 43.85 -
YUV 85.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 64 78 179 0.64 0.56 0 0.30 232.7 0.47 0.48
Hex 40 4E B3 40 38 0 1E E9 2F 30
Octal 100 116 263 100 70 0 36 351 57 60
Binary 1000000 1001110 10110011 1000000 111000 0 11110 11101001 101111 110000

Color Harmonies of #404EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EB3

Black with #404EB3

Text Example


Text Example

White with #404EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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