Html Css Color HEX #404CBE Free Speech Blue

📋 copy color: '#404CBE'

red 64 ◦ green 76 ◦ blue 190

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

Shades of Free Speech Blue #404CBE

Tints of Free Speech Blue #404CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.03%

 BLUE value IS 190 (74.61% from 255) = 57.58%

R = 19.39%
G = 23.03%
B = 57.58%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#404CBE (or 0x404CBE) is known color: Free Speech Blue. HEX triplet: 40, 4C and BE. RGB value is (64,76,190). Sum of RGB (Red+Green+Blue) = 64+76+190=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #404CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CBE is #BFB341. Grayscale: #545454. Windows color (decimal): -12563266 or 12471360. OLE color: 12471360.

HSL color Cylindrical-coordinate representation of color #404CBE: hue angle of 234.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404CBE is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 76 190 -
CMYK 0.66 0.60 0 0.25
HSL 234.29º 0.5% 0.5% -
HSV(B) 234.29º 0.66% 0.75% -
XYZ 13.99 9.98 49.9 -
YUV 85.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 64 76 190 0.66 0.60 0 0.25 234.29 0.5 0.5
Hex 40 4C BE 42 3C 0 19 EA 32 32
Octal 100 114 276 102 74 0 31 352 62 62
Binary 1000000 1001100 10111110 1000010 111100 0 11001 11101010 110010 110010

Color Harmonies of #404CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CBE

Black with #404CBE

Text Example


Text Example

White with #404CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,76,190); }

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

background-color css

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

 a { background-color: rgb(64,76,190); }

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

border-color css

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

 span { border-color: rgb(64,76,190); }

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