Html Css Color HEX #463C6C Meteorite

📋 copy color: '#463C6C'

red 70 ◦ green 60 ◦ blue 108

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

Shades of Meteorite #463C6C

Tints of Meteorite #463C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.21%

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

R = 29.41%
G = 25.21%
B = 45.38%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#463C6C (or 0x463C6C) is known color: Meteorite. HEX triplet: 46, 3C and 6C. RGB value is (70,60,108). Sum of RGB (Red+Green+Blue) = 70+60+108=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #463C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C6C is #B9C393. Grayscale: #444444. Windows color (decimal): -12174228 or 7093318. OLE color: 7093318.

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

Color convert

RGB 70 60 108 -
CMYK 0.35 0.44 0 0.58
HSL 252.5º 0.29% 0.33% -
HSV(B) 252.5º 0.44% 0.42% -
XYZ 6.85 5.62 14.91 -
YUV 68.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 70 60 108 0.35 0.44 0 0.58 252.5 0.29 0.33
Hex 46 3C 6C 23 2C 0 3A FD 1D 21
Octal 106 74 154 43 54 0 72 375 35 41
Binary 1000110 111100 1101100 100011 101100 0 111010 11111101 11101 100001

Color Harmonies of #463C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C6C

Black with #463C6C

Text Example


Text Example

White with #463C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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