#4651AA

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

Shades of Governor Bay #4651AA

Tints of Governor Bay #4651AA

Color information

#4651AA (or 0x4651AA) is unknown color: approx Governor Bay. HEX triplet: 46, 51 and AA. RGB value is (70,81,170). Sum of RGB (Red+Green+Blue) = 70+81+170=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #4651AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4651AA is #B9AE55. Grayscale: #575757. Windows color (decimal): -12168790 or 11161926. OLE color: 11161926.

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

Color convert

RGB7081170-
CMYK0.590.5200.33
HSL233.4º41.67%47.06%-
HSV(B)233.4º58.82%66.67%-
XYZ12.7210.0939.31-
YUV87.86174.36115.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=21.81%
G=25.23%
B=52.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70811700.590.5200.33233.441.6747.06
Hex4651AA3B34021e92a2f
Octal10612125273640413515257
Binary1000110101000110101010111011110100010000111101001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4651AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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