#4D4BA2

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

Shades of Governor Bay #4D4BA2

Tints of Governor Bay #4D4BA2

Color information

#4D4BA2 (or 0x4D4BA2) is unknown color: approx Governor Bay. HEX triplet: 4D, 4B and A2. RGB value is (77,75,162). Sum of RGB (Red+Green+Blue) = 77+75+162=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 162 (63.67% from 255 or 51.59% from 314); Max value from RGB is 162 - color contains mainly: blue. Hex color #4D4BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4BA2 is #B2B45D. Grayscale: #555555. Windows color (decimal): -11711582 or 10636109. OLE color: 10636109.

HSL color Cylindrical-coordinate representation of color #4D4BA2: hue angle of 241.38º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D4BA2 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7775162-
CMYK0.520.5400.36
HSL241.38º36.71%46.47%-
HSV(B)241.38º53.7%63.53%-
XYZ12.19.2235.32-
YUV85.52171.16121.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.52%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 162 (63.67% from 255) = 51.59%
R=24.52%
G=23.89%
B=51.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal77751620.520.5400.36241.3836.7146.47
Hex4D4BA23436024f1252e
Octal11511324264660443614556
Binary1001101100101110100010110100110110010010011110001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,75,162); }

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

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

 a { background-color: rgb(77,75,162); }

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

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

 span { border-color: rgb(77,75,162); }

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