#414795

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

Shades of Governor Bay #414795

Tints of Governor Bay #414795

Color information

#414795 (or 0x414795) is unknown color: approx Governor Bay. HEX triplet: 41, 47 and 95. RGB value is (65,71,149). Sum of RGB (Red+Green+Blue) = 65+71+149=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #414795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414795 is #BEB86A. Grayscale: #4D4D4D. Windows color (decimal): -12499051 or 9783105. OLE color: 9783105.

HSL color Cylindrical-coordinate representation of color #414795: hue angle of 235.71º 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 #414795 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6571149-
CMYK0.560.5200.42
HSL235.71º39.25%41.96%-
HSV(B)235.71º56.38%58.43%-
XYZ9.867.829.42-
YUV78.1168.01118.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=22.81%
G=24.91%
B=52.28%

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
Decimal65711490.560.5200.42235.7139.2541.96
Hex414795383402Aec272a
Octal10110722570640523544752
Binary1000001100011110010101111000110100010101011101100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414795; }

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

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

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

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

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

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

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

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