#4549A4

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

Shades of Governor Bay #4549A4

Tints of Governor Bay #4549A4

Color information

#4549A4 (or 0x4549A4) is unknown color: approx Governor Bay. HEX triplet: 45, 49 and A4. RGB value is (69,73,164). Sum of RGB (Red+Green+Blue) = 69+73+164=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #4549A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4549A4 is #BAB65B. Grayscale: #515151. Windows color (decimal): -12236380 or 10766661. OLE color: 10766661.

HSL color Cylindrical-coordinate representation of color #4549A4: hue angle of 237.47º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4549A4 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6973164-
CMYK0.580.5500.36
HSL237.47º40.77%45.69%-
HSV(B)237.47º57.93%64.31%-
XYZ11.548.7136.2-
YUV82.18174.17118.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 164 (64.45% from 255) = 53.59%
R=22.55%
G=23.86%
B=53.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69731640.580.5500.36237.4740.7745.69
Hex4549A43A37024ed292e
Octal10511124472670443555156
Binary1000101100100110100100111010110111010010011101101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4549A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4549A4; }

 p { color: rgb(69,73,164); }

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

<style>
 a { background-color: #4549A4; }

 a { background-color: rgb(69,73,164); }

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

<style>
 span { border-color: #4549A4; }

 span { border-color: rgb(69,73,164); }

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