Html Css Color HEX #4044BB Free Speech Blue

📋 copy color: '#4044BB'

red 64 ◦ green 68 ◦ blue 187

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

Shades of Free Speech Blue #4044BB

Tints of Free Speech Blue #4044BB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

 BLUE value IS 187 (73.44% from 255) = 58.62%

R = 20.06%
G = 21.32%
B = 58.62%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4044BB (or 0x4044BB) is known color: Free Speech Blue. HEX triplet: 40, 44 and BB. RGB value is (64,68,187). Sum of RGB (Red+Green+Blue) = 64+68+187=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #4044BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4044BB is #BFBB44. Grayscale: #4F4F4F. Windows color (decimal): -12565317 or 12272704. OLE color: 12272704.

HSL color Cylindrical-coordinate representation of color #4044BB: hue angle of 238.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4044BB is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 68 187 -
CMYK 0.66 0.64 0 0.27
HSL 238.05º 0.49% 0.49% -
HSV(B) 238.05º 0.66% 0.73% -
XYZ 13.15 8.81 48.02 -
YUV 80.37 188.17 116.32 -
System Red Green Blue C M Y K H S L
Decimal 64 68 187 0.66 0.64 0 0.27 238.05 0.49 0.49
Hex 40 44 BB 42 40 0 1B EE 31 31
Octal 100 104 273 102 100 0 33 356 61 61
Binary 1000000 1000100 10111011 1000010 1000000 0 11011 11101110 110001 110001

Color Harmonies of #4044BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4044BB

Black with #4044BB

Text Example


Text Example

White with #4044BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4044BB; }

 p { color: rgb(64,68,187); }

 H1.HeaderClassName
 {
   color: #4044BB;
 }
 .AnyTagClassName
 {
   color: #4044BB;
 }
</style>

background-color css

<style>
 a { background-color: #4044BB; }

 a { background-color: rgb(64,68,187); }

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

border-color css

<style>
 span { border-color: #4044BB; }

 span { border-color: rgb(64,68,187); }

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