Html Css Color HEX #4049AE Free Speech Blue

📋 copy color: '#4049AE'

red 64 ◦ green 73 ◦ blue 174

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

Shades of Free Speech Blue #4049AE

Tints of Free Speech Blue #4049AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.95%

R = 20.58%
G = 23.47%
B = 55.95%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4049AE (or 0x4049AE) is known color: Free Speech Blue. HEX triplet: 40, 49 and AE. RGB value is (64,73,174). Sum of RGB (Red+Green+Blue) = 64+73+174=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #4049AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4049AE is #BFB651. Grayscale: #515151. Windows color (decimal): -12564050 or 11422016. OLE color: 11422016.

HSL color Cylindrical-coordinate representation of color #4049AE: hue angle of 235.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4049AE is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 73 174 -
CMYK 0.63 0.58 0 0.32
HSL 235.09º 0.46% 0.47% -
HSV(B) 235.09º 0.63% 0.68% -
XYZ 12.14 8.91 41.12 -
YUV 81.82 180.02 115.29 -
System Red Green Blue C M Y K H S L
Decimal 64 73 174 0.63 0.58 0 0.32 235.09 0.46 0.47
Hex 40 49 AE 3F 3A 0 20 EB 2E 2F
Octal 100 111 256 77 72 0 40 353 56 57
Binary 1000000 1001001 10101110 111111 111010 0 100000 11101011 101110 101111

Color Harmonies of #4049AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4049AE

Black with #4049AE

Text Example


Text Example

White with #4049AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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