#414898

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

Shades of Governor Bay #414898

Tints of Governor Bay #414898

Color information

#414898 (or 0x414898) is unknown color: approx Governor Bay. HEX triplet: 41, 48 and 98. RGB value is (65,72,152). Sum of RGB (Red+Green+Blue) = 65+72+152=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #414898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414898 is #BEB767. Grayscale: #4E4E4E. Windows color (decimal): -12498792 or 9979969. OLE color: 9979969.

HSL color Cylindrical-coordinate representation of color #414898: hue angle of 235.17º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #414898 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6572152-
CMYK0.570.5300.40
HSL235.17º40.09%42.55%-
HSV(B)235.17º57.24%59.61%-
XYZ10.168.0330.72-
YUV79.03169.18118-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 152 (59.77% from 255) = 52.60%
R=22.49%
G=24.91%
B=52.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65721520.570.5300.40235.1740.0942.55
Hex4148983935028eb282b
Octal10111023071650503535053
Binary1000001100100010011000111001110101010100011101011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414898; }

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

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

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

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

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

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

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

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