Html Css Color HEX #463C6F Meteorite

📋 copy color: '#463C6F'

red 70 ◦ green 60 ◦ blue 111

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

Shades of Meteorite #463C6F

Tints of Meteorite #463C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.06%

R = 29.05%
G = 24.9%
B = 46.06%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#463C6F (or 0x463C6F) is known color: Meteorite. HEX triplet: 46, 3C and 6F. RGB value is (70,60,111). Sum of RGB (Red+Green+Blue) = 70+60+111=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #463C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C6F is #B9C390. Grayscale: #444444. Windows color (decimal): -12174225 or 7289926. OLE color: 7289926.

HSL color Cylindrical-coordinate representation of color #463C6F: hue angle of 251.76º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #463C6F is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 60 111 -
CMYK 0.37 0.46 0 0.56
HSL 251.76º 0.3% 0.34% -
HSV(B) 251.76º 0.46% 0.44% -
XYZ 7.01 5.68 15.77 -
YUV 68.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 70 60 111 0.37 0.46 0 0.56 251.76 0.3 0.34
Hex 46 3C 6F 25 2E 0 38 FC 1E 22
Octal 106 74 157 45 56 0 70 374 36 42
Binary 1000110 111100 1101111 100101 101110 0 111000 11111100 11110 100010

Color Harmonies of #463C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C6F

Black with #463C6F

Text Example


Text Example

White with #463C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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