Html Css Color HEX #4449AA Governor Bay

📋 copy color: '#4449AA'

red 68 ◦ green 73 ◦ blue 170

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

Shades of Governor Bay #4449AA

Tints of Governor Bay #4449AA

RGB

 RED value IS 68 (26.95% from 255) = 21.86%

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

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

R = 21.86%
G = 23.47%
B = 54.66%

CMYK

 C value IS 0.6

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4449AA (or 0x4449AA) is known color: Governor Bay. HEX triplet: 44, 49 and AA. RGB value is (68,73,170). Sum of RGB (Red+Green+Blue) = 68+73+170=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #4449AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4449AA is #BBB655. Grayscale: #525252. Windows color (decimal): -12301910 or 11159876. OLE color: 11159876.

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

Color convert

RGB 68 73 170 -
CMYK 0.6 0.57 0 0.33
HSL 237.06º 0.43% 0.47% -
HSV(B) 237.06º 0.6% 0.67% -
XYZ 12.02 8.9 39.11 -
YUV 82.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 68 73 170 0.6 0.57 0 0.33 237.06 0.43 0.47
Hex 44 49 AA 3C 39 0 21 ED 2B 2F
Octal 104 111 252 74 71 0 41 355 53 57
Binary 1000100 1001001 10101010 111100 111001 0 100001 11101101 101011 101111

Color Harmonies of #4449AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4449AA

Black with #4449AA

Text Example


Text Example

White with #4449AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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