#414895

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

Shades of Governor Bay #414895

Tints of Governor Bay #414895

Color information

#414895 (or 0x414895) is unknown color: approx Governor Bay. HEX triplet: 41, 48 and 95. RGB value is (65,72,149). Sum of RGB (Red+Green+Blue) = 65+72+149=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #414895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414895 is #BEB76A. Grayscale: #4E4E4E. Windows color (decimal): -12498795 or 9783361. OLE color: 9783361.

HSL color Cylindrical-coordinate representation of color #414895: hue angle of 235º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #414895 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6572149-
CMYK0.560.5200.42
HSL235º39.25%41.96%-
HSV(B)235º56.38%58.43%-
XYZ9.927.9329.44-
YUV78.68167.68118.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.73%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 149 (58.59% from 255) = 52.10%
R=22.73%
G=25.17%
B=52.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65721490.560.5200.4223539.2541.96
Hex414895383402Aeb272a
Octal10111022570640523534752
Binary1000001100100010010101111000110100010101011101011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414895; }

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

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

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

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

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

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

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

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