#414799

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

Shades of Governor Bay #414799

Tints of Governor Bay #414799

Color information

#414799 (or 0x414799) is unknown color: approx Governor Bay. HEX triplet: 41, 47 and 99. RGB value is (65,71,153). Sum of RGB (Red+Green+Blue) = 65+71+153=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #414799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414799 is #BEB866. Grayscale: #4E4E4E. Windows color (decimal): -12499047 or 10045249. OLE color: 10045249.

HSL color Cylindrical-coordinate representation of color #414799: hue angle of 235.91º degrees, saturation: 0.4, 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 #414799 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6571153-
CMYK0.580.5400.4
HSL235.91º40.37%42.75%-
HSV(B)235.91º57.52%60%-
XYZ10.187.9331.13-
YUV78.55170.01118.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=22.49%
G=24.57%
B=52.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65711530.580.5400.4235.9140.3742.75
Hex4147993A36028ec282b
Octal10110723172660503545053
Binary1000001100011110011001111010110110010100011101100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414799; }

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

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

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

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

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

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

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

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