Html Css Color HEX #463260 Meteorite

📋 copy color: '#463260'

red 70 ◦ green 50 ◦ blue 96

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

Shades of Meteorite #463260

Tints of Meteorite #463260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.15%

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

R = 32.41%
G = 23.15%
B = 44.44%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463260 (or 0x463260) is known color: Meteorite. HEX triplet: 46, 32 and 60. RGB value is (70,50,96). Sum of RGB (Red+Green+Blue) = 70+50+96=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #463260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463260 is #B9CD9F. Grayscale: #3D3D3D. Windows color (decimal): -12176800 or 6304326. OLE color: 6304326.

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

Color convert

RGB 70 50 96 -
CMYK 0.27 0.48 0 0.62
HSL 266.09º 0.32% 0.29% -
HSV(B) 266.09º 0.48% 0.38% -
XYZ 5.78 4.43 11.62 -
YUV 61.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 70 50 96 0.27 0.48 0 0.62 266.09 0.32 0.29
Hex 46 32 60 1B 30 0 3E 10A 20 1D
Octal 106 62 140 33 60 0 76 412 40 35
Binary 1000110 110010 1100000 11011 110000 0 111110 100001010 100000 11101

Color Harmonies of #463260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463260

Black with #463260

Text Example


Text Example

White with #463260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463260; }

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

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

background-color css

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

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

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

border-color css

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

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

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