Html Css Color HEX #463E6C Meteorite

📋 copy color: '#463E6C'

red 70 ◦ green 62 ◦ blue 108

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

Shades of Meteorite #463E6C

Tints of Meteorite #463E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45%

R = 29.17%
G = 25.83%
B = 45%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#463E6C (or 0x463E6C) is known color: Meteorite. HEX triplet: 46, 3E and 6C. RGB value is (70,62,108). Sum of RGB (Red+Green+Blue) = 70+62+108=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #463E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E6C is #B9C193. Grayscale: #454545. Windows color (decimal): -12173716 or 7093830. OLE color: 7093830.

HSL color Cylindrical-coordinate representation of color #463E6C: hue angle of 250.43º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #463E6C is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 62 108 -
CMYK 0.35 0.43 0 0.58
HSL 250.43º 0.27% 0.33% -
HSV(B) 250.43º 0.43% 0.42% -
XYZ 6.96 5.83 14.95 -
YUV 69.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 70 62 108 0.35 0.43 0 0.58 250.43 0.27 0.33
Hex 46 3E 6C 23 2B 0 3A FA 1B 21
Octal 106 76 154 43 53 0 72 372 33 41
Binary 1000110 111110 1101100 100011 101011 0 111010 11111010 11011 100001

Color Harmonies of #463E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E6C

Black with #463E6C

Text Example


Text Example

White with #463E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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