#41489F

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

Shades of Governor Bay #41489F

Tints of Governor Bay #41489F

Color information

#41489F (or 0x41489F) is unknown color: approx Governor Bay. HEX triplet: 41, 48 and 9F. RGB value is (65,72,159). Sum of RGB (Red+Green+Blue) = 65+72+159=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #41489F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41489F is #BEB760. Grayscale: #4F4F4F. Windows color (decimal): -12498785 or 10438721. OLE color: 10438721.

HSL color Cylindrical-coordinate representation of color #41489F: hue angle of 235.53º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41489F is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6572159-
CMYK0.590.5500.38
HSL235.53º41.96%43.92%-
HSV(B)235.53º59.12%62.35%-
XYZ10.768.2633.83-
YUV79.82172.68117.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.96%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 159 (62.5% from 255) = 53.72%
R=21.96%
G=24.32%
B=53.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65721590.590.5500.38235.5341.9643.92
Hex41489F3B37026ec2a2c
Octal10111023773670463545254
Binary1000001100100010011111111011110111010011011101100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41489F; }

 p { color: rgb(65,72,159); }

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

<style>
 a { background-color: #41489F; }

 a { background-color: rgb(65,72,159); }

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

<style>
 span { border-color: #41489F; }

 span { border-color: rgb(65,72,159); }

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