#414A9A

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

Shades of Governor Bay #414A9A

Tints of Governor Bay #414A9A

Color information

#414A9A (or 0x414A9A) is unknown color: approx Governor Bay. HEX triplet: 41, 4A and 9A. RGB value is (65,74,154). Sum of RGB (Red+Green+Blue) = 65+74+154=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #414A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414A9A is #BEB565. Grayscale: #505050. Windows color (decimal): -12498278 or 10111553. OLE color: 10111553.

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

Color convert

RGB6574154-
CMYK0.580.5200.40
HSL233.93º40.64%42.94%-
HSV(B)233.93º57.79%60.39%-
XYZ10.468.3531.63-
YUV80.43169.52117-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 74 (29.30% from 255) = 25.26%
BLUE value IS 154 (60.55% from 255) = 52.56%
R=22.18%
G=25.26%
B=52.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65741540.580.5200.40233.9340.6442.94
Hex414A9A3A34028ea292b
Octal10111223272640503525153
Binary1000001100101010011010111010110100010100011101010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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