Html Css Color HEX #4049BB Free Speech Blue

📋 copy color: '#4049BB'

red 64 ◦ green 73 ◦ blue 187

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

Shades of Free Speech Blue #4049BB

Tints of Free Speech Blue #4049BB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.53%

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

R = 19.75%
G = 22.53%
B = 57.72%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4049BB (or 0x4049BB) is known color: Free Speech Blue. HEX triplet: 40, 49 and BB. RGB value is (64,73,187). Sum of RGB (Red+Green+Blue) = 64+73+187=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #4049BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4049BB is #BFB644. Grayscale: #525252. Windows color (decimal): -12564037 or 12273984. OLE color: 12273984.

HSL color Cylindrical-coordinate representation of color #4049BB: hue angle of 235.61º 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 #4049BB is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 73 187 -
CMYK 0.66 0.61 0 0.27
HSL 235.61º 0.49% 0.49% -
HSV(B) 235.61º 0.66% 0.73% -
XYZ 13.47 9.44 48.13 -
YUV 83.31 186.52 114.23 -
System Red Green Blue C M Y K H S L
Decimal 64 73 187 0.66 0.61 0 0.27 235.61 0.49 0.49
Hex 40 49 BB 42 3D 0 1B EC 31 31
Octal 100 111 273 102 75 0 33 354 61 61
Binary 1000000 1001001 10111011 1000010 111101 0 11011 11101100 110001 110001

Color Harmonies of #4049BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4049BB

Black with #4049BB

Text Example


Text Example

White with #4049BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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