Html Css Color HEX #4049BC Free Speech Blue

📋 copy color: '#4049BC'

red 64 ◦ green 73 ◦ blue 188

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

Shades of Free Speech Blue #4049BC

Tints of Free Speech Blue #4049BC

RGB

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

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

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

R = 19.69%
G = 22.46%
B = 57.85%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4049BC (or 0x4049BC) is known color: Free Speech Blue. HEX triplet: 40, 49 and BC. RGB value is (64,73,188). Sum of RGB (Red+Green+Blue) = 64+73+188=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #4049BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4049BC is #BFB643. Grayscale: #525252. Windows color (decimal): -12564036 or 12339520. OLE color: 12339520.

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

Color convert

RGB 64 73 188 -
CMYK 0.66 0.61 0 0.26
HSL 235.65º 0.49% 0.49% -
HSV(B) 235.65º 0.66% 0.74% -
XYZ 13.57 9.49 48.69 -
YUV 83.42 187.02 114.15 -
System Red Green Blue C M Y K H S L
Decimal 64 73 188 0.66 0.61 0 0.26 235.65 0.49 0.49
Hex 40 49 BC 42 3D 0 1A EC 31 31
Octal 100 111 274 102 75 0 32 354 61 61
Binary 1000000 1001001 10111100 1000010 111101 0 11010 11101100 110001 110001

Color Harmonies of #4049BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4049BC

Black with #4049BC

Text Example


Text Example

White with #4049BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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