Html Css Color HEX #463EAE Governor Bay

📋 copy color: '#463EAE'

red 70 ◦ green 62 ◦ blue 174

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

Shades of Governor Bay #463EAE

Tints of Governor Bay #463EAE

RGB

 RED value IS 70 (27.73% from 255) = 22.88%

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

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

R = 22.88%
G = 20.26%
B = 56.86%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#463EAE (or 0x463EAE) is known color: Governor Bay. HEX triplet: 46, 3E and AE. RGB value is (70,62,174). Sum of RGB (Red+Green+Blue) = 70+62+174=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #463EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463EAE is #B9C151. Grayscale: #4C4C4C. Windows color (decimal): -12173650 or 11419206. OLE color: 11419206.

HSL color Cylindrical-coordinate representation of color #463EAE: hue angle of 244.29º 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 #463EAE is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 62 174 -
CMYK 0.60 0.64 0 0.32
HSL 244.29º 0.47% 0.46% -
HSV(B) 244.29º 0.64% 0.68% -
XYZ 11.89 7.8 40.92 -
YUV 77.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 70 62 174 0.60 0.64 0 0.32 244.29 0.47 0.46
Hex 46 3E AE 3C 40 0 20 F4 2F 2E
Octal 106 76 256 74 100 0 40 364 57 56
Binary 1000110 111110 10101110 111100 1000000 0 100000 11110100 101111 101110

Color Harmonies of #463EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463EAE

Black with #463EAE

Text Example


Text Example

White with #463EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463EAE; }

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

 H1.HeaderClassName
 {
   color: #463EAE;
 }
 .AnyTagClassName
 {
   color: #463EAE;
 }
</style>

background-color css

<style>
 a { background-color: #463EAE; }

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

 div.DivClassName
 {
   background-color: #463EAE;
 }
 .BgClassName
 {
   background-color: #463EAE;
 }
</style>

border-color css

<style>
 span { border-color: #463EAE; }

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

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