Html Css Color HEX #4049AA Governor Bay

📋 copy color: '#4049AA'

red 64 ◦ green 73 ◦ blue 170

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

Shades of Governor Bay #4049AA

Tints of Governor Bay #4049AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.37%

R = 20.85%
G = 23.78%
B = 55.37%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4049AA (or 0x4049AA) is known color: Governor Bay. HEX triplet: 40, 49 and AA. RGB value is (64,73,170). Sum of RGB (Red+Green+Blue) = 64+73+170=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #4049AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4049AA is #BFB655. Grayscale: #505050. Windows color (decimal): -12564054 or 11159872. OLE color: 11159872.

HSL color Cylindrical-coordinate representation of color #4049AA: hue angle of 234.91º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4049AA is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 73 170 -
CMYK 0.62 0.57 0 0.33
HSL 234.91º 0.45% 0.46% -
HSV(B) 234.91º 0.62% 0.67% -
XYZ 11.75 8.76 39.1 -
YUV 81.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 64 73 170 0.62 0.57 0 0.33 234.91 0.45 0.46
Hex 40 49 AA 3E 39 0 21 EB 2D 2E
Octal 100 111 252 76 71 0 41 353 55 56
Binary 1000000 1001001 10101010 111110 111001 0 100001 11101011 101101 101110

Color Harmonies of #4049AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4049AA

Black with #4049AA

Text Example


Text Example

White with #4049AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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