#4550AD

Color #4550AD Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #4550AD

Tints of Governor Bay #4550AD

Color information

#4550AD (or 0x4550AD) is unknown color: approx Governor Bay. HEX triplet: 45, 50 and AD. RGB value is (69,80,173). Sum of RGB (Red+Green+Blue) = 69+80+173=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #4550AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4550AD is #BAAF52. Grayscale: #565656. Windows color (decimal): -12234579 or 11358277. OLE color: 11358277.

HSL color Cylindrical-coordinate representation of color #4550AD: hue angle of 233.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4550AD is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6980173-
CMYK0.600.5400.32
HSL233.65º42.98%47.45%-
HSV(B)233.65º60.12%67.84%-
XYZ12.8710.0240.79-
YUV87.31176.36114.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.43%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 173 (67.97% from 255) = 53.73%
R=21.43%
G=24.84%
B=53.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69801730.600.5400.32233.6542.9847.45
Hex4550AD3C36020ea2b2f
Octal10512025574660403525357
Binary1000101101000010101101111100110110010000011101010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4550AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4550AD;
 }
 .AnyTagClassName
 {
   color: #4550AD;
 }
</style>
background-color css

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

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

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

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

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

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