#414A9F

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

Shades of Governor Bay #414A9F

Tints of Governor Bay #414A9F

Color information

#414A9F (or 0x414A9F) is unknown color: approx Governor Bay. HEX triplet: 41, 4A and 9F. RGB value is (65,74,159). Sum of RGB (Red+Green+Blue) = 65+74+159=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #414A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414A9F is #BEB560. Grayscale: #505050. Windows color (decimal): -12498273 or 10439233. OLE color: 10439233.

HSL color Cylindrical-coordinate representation of color #414A9F: hue angle of 234.26º 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 #414A9F is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6574159-
CMYK0.590.5300.38
HSL234.26º41.96%43.92%-
HSV(B)234.26º59.12%62.35%-
XYZ10.898.5233.87-
YUV81172.02116.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=21.81%
G=24.83%
B=53.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65741590.590.5300.38234.2641.9643.92
Hex414A9F3B35026ea2a2c
Octal10111223773650463525254
Binary1000001100101010011111111011110101010011011101010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414A9F; }

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

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

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

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

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

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

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

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