Html Css Color HEX #463FAD Governor Bay

📋 copy color: '#463FAD'

red 70 ◦ green 63 ◦ blue 173

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

Shades of Governor Bay #463FAD

Tints of Governor Bay #463FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 20.59%

 BLUE value IS 173 (67.97% from 255) = 56.54%

R = 22.88%
G = 20.59%
B = 56.54%

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

#463FAD (or 0x463FAD) is known color: Governor Bay. HEX triplet: 46, 3F and AD. RGB value is (70,63,173). Sum of RGB (Red+Green+Blue) = 70+63+173=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #463FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463FAD is #B9C052. Grayscale: #4D4D4D. Windows color (decimal): -12173395 or 11353926. OLE color: 11353926.

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

Color convert

RGB 70 63 173 -
CMYK 0.60 0.64 0 0.32
HSL 243.82º 0.47% 0.46% -
HSV(B) 243.82º 0.64% 0.68% -
XYZ 11.85 7.87 40.43 -
YUV 77.63 181.82 122.56 -
System Red Green Blue C M Y K H S L
Decimal 70 63 173 0.60 0.64 0 0.32 243.82 0.47 0.46
Hex 46 3F AD 3C 40 0 20 F4 2F 2E
Octal 106 77 255 74 100 0 40 364 57 56
Binary 1000110 111111 10101101 111100 1000000 0 100000 11110100 101111 101110

Color Harmonies of #463FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463FAD

Black with #463FAD

Text Example


Text Example

White with #463FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,63,173); }

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

background-color css

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

 a { background-color: rgb(70,63,173); }

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

border-color css

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

 span { border-color: rgb(70,63,173); }

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