#4640AB

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

Shades of Governor Bay #4640AB

Tints of Governor Bay #4640AB

Color information

#4640AB (or 0x4640AB) is unknown color: approx Governor Bay. HEX triplet: 46, 40 and AB. RGB value is (70,64,171). Sum of RGB (Red+Green+Blue) = 70+64+171=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #4640AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4640AB is #B9BF54. Grayscale: #4D4D4D. Windows color (decimal): -12173141 or 11223110. OLE color: 11223110.

HSL color Cylindrical-coordinate representation of color #4640AB: hue angle of 243.36º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4640AB is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7064171-
CMYK0.590.6300.33
HSL243.36º45.53%46.08%-
HSV(B)243.36º62.57%67.06%-
XYZ11.717.9139.44-
YUV77.99180.49122.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=22.95%
G=20.98%
B=56.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70641710.590.6300.33243.3645.5346.08
Hex4640AB3B3F021f32e2e
Octal10610025373770413635656
Binary1000110100000010101011111011111111010000111110011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4640AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4640AB; }

 p { color: rgb(70,64,171); }

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

<style>
 a { background-color: #4640AB; }

 a { background-color: rgb(70,64,171); }

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

<style>
 span { border-color: #4640AB; }

 span { border-color: rgb(70,64,171); }

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