Html Css Color HEX #404EBC Free Speech Blue

📋 copy color: '#404EBC'

red 64 ◦ green 78 ◦ blue 188

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

Shades of Free Speech Blue #404EBC

Tints of Free Speech Blue #404EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 19.39%
G = 23.64%
B = 56.97%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#404EBC (or 0x404EBC) is known color: Free Speech Blue. HEX triplet: 40, 4E and BC. RGB value is (64,78,188). Sum of RGB (Red+Green+Blue) = 64+78+188=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #404EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EBC is #BFB143. Grayscale: #555555. Windows color (decimal): -12562756 or 12340800. OLE color: 12340800.

HSL color Cylindrical-coordinate representation of color #404EBC: hue angle of 233.23º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404EBC is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 78 188 -
CMYK 0.66 0.59 0 0.26
HSL 233.23º 0.49% 0.49% -
HSV(B) 233.23º 0.66% 0.74% -
XYZ 13.92 10.17 48.81 -
YUV 86.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 64 78 188 0.66 0.59 0 0.26 233.23 0.49 0.49
Hex 40 4E BC 42 3B 0 1A E9 31 31
Octal 100 116 274 102 73 0 32 351 61 61
Binary 1000000 1001110 10111100 1000010 111011 0 11010 11101001 110001 110001

Color Harmonies of #404EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EBC

Black with #404EBC

Text Example


Text Example

White with #404EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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