#413eae

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

Shades of Governor Bay #413EAE

Tints of Governor Bay #413EAE

Color information

#413EAE (or 0x413EAE) is unknown color: approx Governor Bay. HEX triplet: 41, 3E and AE. RGB value is (65,62,174). Sum of RGB (Red+Green+Blue) = 65+62+174=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #413EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413EAE is #BEC151. Grayscale: #4B4B4B. Windows color (decimal): -12501330 or 11419201. OLE color: 11419201.

HSL color Cylindrical-coordinate representation of color #413EAE: hue angle of 241.61º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #413EAE is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6562174-
CMYK0.630.6400.32
HSL241.61º47.46%46.27%-
HSV(B)241.61º64.37%68.24%-
XYZ11.547.6340.91-
YUV75.66183.49120.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 174 (68.36% from 255) = 57.81%
R=21.59%
G=20.60%
B=57.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65621740.630.6400.32241.6147.4646.27
Hex413EAE3F40020f22f2e
Octal10176256771000403625756
Binary1000001111110101011101111111000000010000011110010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413eae; }

 p { color: rgb(65,62,174); }

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

<style>
 a { background-color: #413eae; }

 a { background-color: rgb(65,62,174); }

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

<style>
 span { border-color: #413eae; }

 span { border-color: rgb(65,62,174); }

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