#463B75

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

Shades of Meteorite #463B75

Tints of Meteorite #463B75

Color information

#463B75 (or 0x463B75) is unknown color: approx Meteorite. HEX triplet: 46, 3B and 75. RGB value is (70,59,117). Sum of RGB (Red+Green+Blue) = 70+59+117=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #463B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B75 is #B9C48A. Grayscale: #444444. Windows color (decimal): -12174475 or 7682886. OLE color: 7682886.

HSL color Cylindrical-coordinate representation of color #463B75: hue angle of 251.38º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463B75 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7059117-
CMYK0.400.5000.54
HSL251.38º32.95%34.51%-
HSV(B)251.38º49.57%45.88%-
XYZ7.35.7117.55-
YUV68.9155.14128.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 59 (23.44% from 255) = 23.98%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=28.46%
G=23.98%
B=47.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70591170.400.5000.54251.3832.9534.51
Hex463B752832036fb2123
Octal1067316550620663734143
Binary10001101110111110101101000110010011011011111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463B75; }

 p { color: rgb(70,59,117); }

 H1.HeaderClassName
 {
   color: #463B75;
 }
 .AnyTagClassName
 {
   color: #463B75;
 }
</style>
background-color css

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

 a { background-color: rgb(70,59,117); }

 div.DivClassName
 {
   background-color: #463B75;
 }
 .BgClassName
 {
   background-color: #463B75;
 }
</style>
border-color css

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

 span { border-color: rgb(70,59,117); }

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