#4151AA

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

Shades of Governor Bay #4151AA

Tints of Governor Bay #4151AA

Color information

#4151AA (or 0x4151AA) is unknown color: approx Governor Bay. HEX triplet: 41, 51 and AA. RGB value is (65,81,170). Sum of RGB (Red+Green+Blue) = 65+81+170=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #4151AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4151AA is #BEAE55. Grayscale: #555555. Windows color (decimal): -12496470 or 11161921. OLE color: 11161921.

HSL color Cylindrical-coordinate representation of color #4151AA: hue angle of 230.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 #4151AA is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6581170-
CMYK0.620.5200.33
HSL230.86º44.68%46.08%-
HSV(B)230.86º61.76%66.67%-
XYZ12.389.9139.29-
YUV86.36175.2112.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.57%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 170 (66.80% from 255) = 53.80%
R=20.57%
G=25.63%
B=53.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65811700.620.5200.33230.8644.6846.08
Hex4151AA3E34021e72d2e
Octal10112125276640413475556
Binary1000001101000110101010111110110100010000111100111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4151AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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