Html Css Color HEX #463362 Meteorite

📋 copy color: '#463362'

red 70 ◦ green 51 ◦ blue 98

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

Shades of Meteorite #463362

Tints of Meteorite #463362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.75%

R = 31.96%
G = 23.29%
B = 44.75%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463362 (or 0x463362) is known color: Meteorite. HEX triplet: 46, 33 and 62. RGB value is (70,51,98). Sum of RGB (Red+Green+Blue) = 70+51+98=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #463362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463362 is #B9CC9D. Grayscale: #3D3D3D. Windows color (decimal): -12176542 or 6435654. OLE color: 6435654.

HSL color Cylindrical-coordinate representation of color #463362: hue angle of 264.26º 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 #463362 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 51 98 -
CMYK 0.29 0.48 0 0.62
HSL 264.26º 0.32% 0.29% -
HSV(B) 264.26º 0.48% 0.38% -
XYZ 5.91 4.55 12.12 -
YUV 62.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 70 51 98 0.29 0.48 0 0.62 264.26 0.32 0.29
Hex 46 33 62 1D 30 0 3E 108 20 1D
Octal 106 63 142 35 60 0 76 410 40 35
Binary 1000110 110011 1100010 11101 110000 0 111110 100001000 100000 11101

Color Harmonies of #463362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463362

Black with #463362

Text Example


Text Example

White with #463362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463362; }

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

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

background-color css

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

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

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

border-color css

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

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

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