Html Css Color HEX #463462 Meteorite

📋 copy color: '#463462'

red 70 ◦ green 52 ◦ blue 98

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

Shades of Meteorite #463462

Tints of Meteorite #463462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.64%

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

R = 31.82%
G = 23.64%
B = 44.55%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463462 (or 0x463462) is known color: Meteorite. HEX triplet: 46, 34 and 62. RGB value is (70,52,98). Sum of RGB (Red+Green+Blue) = 70+52+98=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #463462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463462 is #B9CB9D. Grayscale: #3E3E3E. Windows color (decimal): -12176286 or 6435910. OLE color: 6435910.

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

Color convert

RGB 70 52 98 -
CMYK 0.29 0.47 0 0.62
HSL 263.48º 0.31% 0.29% -
HSV(B) 263.48º 0.47% 0.38% -
XYZ 5.96 4.64 12.14 -
YUV 62.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 70 52 98 0.29 0.47 0 0.62 263.48 0.31 0.29
Hex 46 34 62 1D 2F 0 3E 107 1F 1D
Octal 106 64 142 35 57 0 76 407 37 35
Binary 1000110 110100 1100010 11101 101111 0 111110 100000111 11111 11101

Color Harmonies of #463462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463462

Black with #463462

Text Example


Text Example

White with #463462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463462; }

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

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

background-color css

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

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

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

border-color css

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

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

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