Html Css Color HEX #463760 Meteorite

📋 copy color: '#463760'

red 70 ◦ green 55 ◦ blue 96

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

Shades of Meteorite #463760

Tints of Meteorite #463760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

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

R = 31.67%
G = 24.89%
B = 43.44%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463760 (or 0x463760) is known color: Meteorite. HEX triplet: 46, 37 and 60. RGB value is (70,55,96). Sum of RGB (Red+Green+Blue) = 70+55+96=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #463760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463760 is #B9C89F. Grayscale: #404040. Windows color (decimal): -12175520 or 6305606. OLE color: 6305606.

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

Color convert

RGB 70 55 96 -
CMYK 0.27 0.43 0 0.62
HSL 261.95º 0.27% 0.3% -
HSV(B) 261.95º 0.43% 0.38% -
XYZ 6 4.88 11.69 -
YUV 64.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 70 55 96 0.27 0.43 0 0.62 261.95 0.27 0.3
Hex 46 37 60 1B 2B 0 3E 106 1B 1E
Octal 106 67 140 33 53 0 76 406 33 36
Binary 1000110 110111 1100000 11011 101011 0 111110 100000110 11011 11110

Color Harmonies of #463760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463760

Black with #463760

Text Example


Text Example

White with #463760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463760; }

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

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

background-color css

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

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

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

border-color css

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

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

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