#41509A

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

Shades of Governor Bay #41509A

Tints of Governor Bay #41509A

Color information

#41509A (or 0x41509A) is unknown color: approx Governor Bay. HEX triplet: 41, 50 and 9A. RGB value is (65,80,154). Sum of RGB (Red+Green+Blue) = 65+80+154=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #41509A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41509A is #BEAF65. Grayscale: #535353. Windows color (decimal): -12496742 or 10113089. OLE color: 10113089.

HSL color Cylindrical-coordinate representation of color #41509A: hue angle of 229.89º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41509A is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6580154-
CMYK0.580.4800.40
HSL229.89º40.64%42.94%-
HSV(B)229.89º57.79%60.39%-
XYZ10.889.1931.77-
YUV83.95167.53114.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.74%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 154 (60.55% from 255) = 51.51%
R=21.74%
G=26.76%
B=51.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65801540.580.4800.40229.8940.6442.94
Hex41509A3A30028e6292b
Octal10112023272600503465153
Binary1000001101000010011010111010110000010100011100110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41509A; }

 p { color: rgb(65,80,154); }

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

<style>
 a { background-color: #41509A; }

 a { background-color: rgb(65,80,154); }

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

<style>
 span { border-color: #41509A; }

 span { border-color: rgb(65,80,154); }

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