#4E4FA4

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

Shades of Governor Bay #4E4FA4

Tints of Governor Bay #4E4FA4

Color information

#4E4FA4 (or 0x4E4FA4) is unknown color: approx Governor Bay. HEX triplet: 4E, 4F and A4. RGB value is (78,79,164). Sum of RGB (Red+Green+Blue) = 78+79+164=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #4E4FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4FA4 is #B1B05B. Grayscale: #585858. Windows color (decimal): -11645020 or 10768206. OLE color: 10768206.

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

Color convert

RGB7879164-
CMYK0.520.5200.36
HSL239.3º35.54%47.45%-
HSV(B)239.3º52.44%64.31%-
XYZ12.649.8936.37-
YUV88.39170.67120.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.30%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 164 (64.45% from 255) = 51.09%
R=24.30%
G=24.61%
B=51.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78791640.520.5200.36239.335.5447.45
Hex4E4FA43434024ef242f
Octal11611724464640443574457
Binary1001110100111110100100110100110100010010011101111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,79,164); }

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

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

 a { background-color: rgb(78,79,164); }

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

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

 span { border-color: rgb(78,79,164); }

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