Html Css Color HEX #4550AA Governor Bay

📋 copy color: '#4550AA'

red 69 ◦ green 80 ◦ blue 170

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

Shades of Governor Bay #4550AA

Tints of Governor Bay #4550AA

RGB

 RED value IS 69 (27.34% from 255) = 21.63%

 GREEN value IS 80 (31.64% from 255) = 25.08%

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

R = 21.63%
G = 25.08%
B = 53.29%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4550AA (or 0x4550AA) is known color: Governor Bay. HEX triplet: 45, 50 and AA. RGB value is (69,80,170). Sum of RGB (Red+Green+Blue) = 69+80+170=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #4550AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4550AA is #BAAF55. Grayscale: #565656. Windows color (decimal): -12234582 or 11161669. OLE color: 11161669.

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

Color convert

RGB 69 80 170 -
CMYK 0.59 0.53 0 0.33
HSL 233.47º 0.42% 0.47% -
HSV(B) 233.47º 0.59% 0.67% -
XYZ 12.58 9.9 39.28 -
YUV 86.97 174.86 115.18 -
System Red Green Blue C M Y K H S L
Decimal 69 80 170 0.59 0.53 0 0.33 233.47 0.42 0.47
Hex 45 50 AA 3B 35 0 21 E9 2A 2F
Octal 105 120 252 73 65 0 41 351 52 57
Binary 1000101 1010000 10101010 111011 110101 0 100001 11101001 101010 101111

Color Harmonies of #4550AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4550AA

Black with #4550AA

Text Example


Text Example

White with #4550AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,80,170); }

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

background-color css

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

 a { background-color: rgb(69,80,170); }

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

border-color css

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

 span { border-color: rgb(69,80,170); }

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