#4e4ca3

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

Shades of Governor Bay #4E4CA3

Tints of Governor Bay #4E4CA3

Color information

#4E4CA3 (or 0x4E4CA3) is unknown color: approx Governor Bay. HEX triplet: 4E, 4C and A3. RGB value is (78,76,163). Sum of RGB (Red+Green+Blue) = 78+76+163=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 163 (64.06% from 255 or 51.42% from 317); Max value from RGB is 163 - color contains mainly: blue. Hex color #4E4CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4CA3 is #B1B35C. Grayscale: #565656. Windows color (decimal): -11645789 or 10701902. OLE color: 10701902.

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

Color convert

RGB7876163-
CMYK0.520.5300.36
HSL241.38º36.4%46.86%-
HSV(B)241.38º53.37%63.92%-
XYZ12.349.4335.82-
YUV86.52171.16121.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.61%
GREEN value IS 76 (30.08% from 255) = 23.97%
BLUE value IS 163 (64.06% from 255) = 51.42%
R=24.61%
G=23.97%
B=51.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78761630.520.5300.36241.3836.446.86
Hex4E4CA33435024f1242f
Octal11611424364650443614457
Binary1001110100110010100011110100110101010010011110001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e4ca3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,76,163); }

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

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

 a { background-color: rgb(78,76,163); }

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

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

 span { border-color: rgb(78,76,163); }

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