#414A9E

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

Shades of Governor Bay #414A9E

Tints of Governor Bay #414A9E

Color information

#414A9E (or 0x414A9E) is unknown color: approx Governor Bay. HEX triplet: 41, 4A and 9E. RGB value is (65,74,158). Sum of RGB (Red+Green+Blue) = 65+74+158=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #414A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414A9E is #BEB561. Grayscale: #505050. Windows color (decimal): -12498274 or 10373697. OLE color: 10373697.

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

Color convert

RGB6574158-
CMYK0.590.5300.38
HSL234.19º41.7%43.73%-
HSV(B)234.19º58.86%61.96%-
XYZ10.88.4933.42-
YUV80.88171.52116.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=21.89%
G=24.92%
B=53.20%

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
Decimal65741580.590.5300.38234.1941.743.73
Hex414A9E3B35026ea2a2c
Octal10111223673650463525254
Binary1000001100101010011110111011110101010011011101010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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