#463462

Color #463462 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #463462

Tints of Meteorite #463462

Color information

#463462 (or 0x463462) is unknown color: approx 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

RGB705298-
CMYK0.290.4700.62
HSL263.48º30.67%29.41%-
HSV(B)263.48º46.94%38.43%-
XYZ5.964.6412.14-
YUV62.63147.96133.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7052980.290.4700.62263.4830.6729.41
Hex4634621D2F03E1071f1d
Octal1066414235570764073735
Binary100011011010011000101110110111101111101000001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>