Html Css Color HEX #463B76 Meteorite

📋 copy color: '#463B76'

red 70 ◦ green 59 ◦ blue 118

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

Shades of Meteorite #463B76

Tints of Meteorite #463B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.89%

 BLUE value IS 118 (46.48% from 255) = 47.77%

R = 28.34%
G = 23.89%
B = 47.77%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#463B76 (or 0x463B76) is known color: Meteorite. HEX triplet: 46, 3B and 76. RGB value is (70,59,118). Sum of RGB (Red+Green+Blue) = 70+59+118=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #463B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B76 is #B9C489. Grayscale: #444444. Windows color (decimal): -12174474 or 7748422. OLE color: 7748422.

HSL color Cylindrical-coordinate representation of color #463B76: hue angle of 251.19º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463B76 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 59 118 -
CMYK 0.41 0.50 0 0.54
HSL 251.19º 0.33% 0.35% -
HSV(B) 251.19º 0.5% 0.46% -
XYZ 7.36 5.74 17.86 -
YUV 69.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 70 59 118 0.41 0.50 0 0.54 251.19 0.33 0.35
Hex 46 3B 76 29 32 0 36 FB 21 23
Octal 106 73 166 51 62 0 66 373 41 43
Binary 1000110 111011 1110110 101001 110010 0 110110 11111011 100001 100011

Color Harmonies of #463B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B76

Black with #463B76

Text Example


Text Example

White with #463B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,59,118); }

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

background-color css

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

 a { background-color: rgb(70,59,118); }

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

border-color css

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

 span { border-color: rgb(70,59,118); }

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