Html Css Color HEX #463360 Meteorite

📋 copy color: '#463360'

red 70 ◦ green 51 ◦ blue 96

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

Shades of Meteorite #463360

Tints of Meteorite #463360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.5%

 BLUE value IS 96 (37.89% from 255) = 44.24%

R = 32.26%
G = 23.5%
B = 44.24%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463360 (or 0x463360) is known color: Meteorite. HEX triplet: 46, 33 and 60. RGB value is (70,51,96). Sum of RGB (Red+Green+Blue) = 70+51+96=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #463360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463360 is #B9CC9F. Grayscale: #3D3D3D. Windows color (decimal): -12176544 or 6304582. OLE color: 6304582.

HSL color Cylindrical-coordinate representation of color #463360: hue angle of 265.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463360 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 51 96 -
CMYK 0.27 0.47 0 0.62
HSL 265.33º 0.31% 0.29% -
HSV(B) 265.33º 0.47% 0.38% -
XYZ 5.82 4.51 11.63 -
YUV 61.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 70 51 96 0.27 0.47 0 0.62 265.33 0.31 0.29
Hex 46 33 60 1B 2F 0 3E 109 1F 1D
Octal 106 63 140 33 57 0 76 411 37 35
Binary 1000110 110011 1100000 11011 101111 0 111110 100001001 11111 11101

Color Harmonies of #463360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463360

Black with #463360

Text Example


Text Example

White with #463360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463360; }

 p { color: rgb(70,51,96); }

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

background-color css

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

 a { background-color: rgb(70,51,96); }

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

border-color css

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

 span { border-color: rgb(70,51,96); }

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