#414C9A

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

Shades of Governor Bay #414C9A

Tints of Governor Bay #414C9A

Color information

#414C9A (or 0x414C9A) is unknown color: approx Governor Bay. HEX triplet: 41, 4C and 9A. RGB value is (65,76,154). Sum of RGB (Red+Green+Blue) = 65+76+154=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #414C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414C9A is #BEB365. Grayscale: #515151. Windows color (decimal): -12497766 or 10112065. OLE color: 10112065.

HSL color Cylindrical-coordinate representation of color #414C9A: hue angle of 232.58º degrees, saturation: 0.41, 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 #414C9A is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6576154-
CMYK0.580.5100.40
HSL232.58º40.64%42.94%-
HSV(B)232.58º57.79%60.39%-
XYZ10.68.6331.68-
YUV81.6168.86116.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 154 (60.55% from 255) = 52.20%
R=22.03%
G=25.76%
B=52.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65761540.580.5100.40232.5840.6442.94
Hex414C9A3A33028e9292b
Octal10111423272630503515153
Binary1000001100110010011010111010110011010100011101001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,76,154); }

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

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

 a { background-color: rgb(65,76,154); }

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

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

 span { border-color: rgb(65,76,154); }

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