#414B9D

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

Shades of Governor Bay #414B9D

Tints of Governor Bay #414B9D

Color information

#414B9D (or 0x414B9D) is unknown color: approx Governor Bay. HEX triplet: 41, 4B and 9D. RGB value is (65,75,157). Sum of RGB (Red+Green+Blue) = 65+75+157=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #414B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414B9D is #BEB462. Grayscale: #515151. Windows color (decimal): -12498019 or 10308417. OLE color: 10308417.

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

Color convert

RGB6575157-
CMYK0.590.5200.38
HSL233.48º41.44%43.53%-
HSV(B)233.48º58.6%61.57%-
XYZ10.788.5932.99-
YUV81.36170.69116.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=21.89%
G=25.25%
B=52.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65751570.590.5200.38233.4841.4443.53
Hex414B9D3B34026e9292c
Octal10111323573640463515154
Binary1000001100101110011101111011110100010011011101001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,75,157); }

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

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

 a { background-color: rgb(65,75,157); }

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

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

 span { border-color: rgb(65,75,157); }

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