Html Css Color HEX #413EAE Governor Bay

📋 copy color: '#413EAE'

red 65 ◦ green 62 ◦ blue 174

#413EAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #413EAE

Tints of Governor Bay #413EAE

RGB

 RED value IS 65 (25.78% from 255) = 21.59%

 GREEN value IS 62 (24.61% from 255) = 20.6%

 BLUE value IS 174 (68.36% from 255) = 57.81%

R = 21.59%
G = 20.6%
B = 57.81%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#413EAE (or 0x413EAE) is known color: 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

RGB 65 62 174 -
CMYK 0.63 0.64 0 0.32
HSL 241.61º 0.47% 0.46% -
HSV(B) 241.61º 0.64% 0.68% -
XYZ 11.54 7.63 40.91 -
YUV 75.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 65 62 174 0.63 0.64 0 0.32 241.61 0.47 0.46
Hex 41 3E AE 3F 40 0 20 F2 2F 2E
Octal 101 76 256 77 100 0 40 362 57 56
Binary 1000001 111110 10101110 111111 1000000 0 100000 11110010 101111 101110

Color Harmonies of #413EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413EAE

Black with #413EAE

Text Example


Text Example

White with #413EAE

Text Example


Text Example

HTML Codes & Css Web 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>