Html Css Color HEX #463E5F Meteorite

📋 copy color: '#463E5F'

red 70 ◦ green 62 ◦ blue 95

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

Shades of Meteorite #463E5F

Tints of Meteorite #463E5F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.31%

 BLUE value IS 95 (37.5% from 255) = 41.85%

R = 30.84%
G = 27.31%
B = 41.85%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#463E5F (or 0x463E5F) is known color: Meteorite. HEX triplet: 46, 3E and 5F. RGB value is (70,62,95). Sum of RGB (Red+Green+Blue) = 70+62+95=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #463E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E5F is #B9C1A0. Grayscale: #444444. Windows color (decimal): -12173729 or 6241862. OLE color: 6241862.

HSL color Cylindrical-coordinate representation of color #463E5F: hue angle of 254.55º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #463E5F is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 62 95 -
CMYK 0.26 0.35 0 0.63
HSL 254.55º 0.21% 0.31% -
HSV(B) 254.55º 0.35% 0.37% -
XYZ 6.31 5.57 11.57 -
YUV 68.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 70 62 95 0.26 0.35 0 0.63 254.55 0.21 0.31
Hex 46 3E 5F 1A 23 0 3F FF 15 1F
Octal 106 76 137 32 43 0 77 377 25 37
Binary 1000110 111110 1011111 11010 100011 0 111111 11111111 10101 11111

Color Harmonies of #463E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E5F

Black with #463E5F

Text Example


Text Example

White with #463E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,62,95); }

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

background-color css

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

 a { background-color: rgb(70,62,95); }

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

border-color css

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

 span { border-color: rgb(70,62,95); }

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