#4641AA

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

Shades of Governor Bay #4641AA

Tints of Governor Bay #4641AA

Color information

#4641AA (or 0x4641AA) is unknown color: approx Governor Bay. HEX triplet: 46, 41 and AA. RGB value is (70,65,170). Sum of RGB (Red+Green+Blue) = 70+65+170=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #4641AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4641AA is #B9BE55. Grayscale: #4E4E4E. Windows color (decimal): -12172886 or 11157830. OLE color: 11157830.

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

Color convert

RGB7065170-
CMYK0.590.6200.33
HSL242.86º44.68%46.08%-
HSV(B)242.86º61.76%66.67%-
XYZ11.677.9838.96-
YUV78.46179.66121.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=22.95%
G=21.31%
B=55.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70651700.590.6200.33242.8644.6846.08
Hex4641AA3B3E021f32d2e
Octal10610125273760413635556
Binary1000110100000110101010111011111110010000111110011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4641AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4641AA; }

 p { color: rgb(70,65,170); }

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

<style>
 a { background-color: #4641AA; }

 a { background-color: rgb(70,65,170); }

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

<style>
 span { border-color: #4641AA; }

 span { border-color: rgb(70,65,170); }

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