#4D45A3

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

Shades of Governor Bay #4D45A3

Tints of Governor Bay #4D45A3

Color information

#4D45A3 (or 0x4D45A3) is unknown color: approx Governor Bay. HEX triplet: 4D, 45 and A3. RGB value is (77,69,163). Sum of RGB (Red+Green+Blue) = 77+69+163=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 163 (64.06% from 255 or 52.75% from 309); Max value from RGB is 163 - color contains mainly: blue. Hex color #4D45A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D45A3 is #B2BA5C. Grayscale: #515151. Windows color (decimal): -11713117 or 10700109. OLE color: 10700109.

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

Color convert

RGB7769163-
CMYK0.530.5800.36
HSL245.11º40.52%45.49%-
HSV(B)245.11º57.67%63.92%-
XYZ11.88.4835.66-
YUV82.11173.65124.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.92%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 163 (64.06% from 255) = 52.75%
R=24.92%
G=22.33%
B=52.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal77691630.530.5800.36245.1140.5245.49
Hex4D45A3353A024f5292d
Octal11510524365720443655155
Binary1001101100010110100011110101111010010010011110101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D45A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D45A3; }

 p { color: rgb(77,69,163); }

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

<style>
 a { background-color: #4D45A3; }

 a { background-color: rgb(77,69,163); }

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

<style>
 span { border-color: #4D45A3; }

 span { border-color: rgb(77,69,163); }

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