Html Css Color HEX #463C6D Meteorite

📋 copy color: '#463C6D'

red 70 ◦ green 60 ◦ blue 109

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

Shades of Meteorite #463C6D

Tints of Meteorite #463C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.61%

R = 29.29%
G = 25.1%
B = 45.61%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#463C6D (or 0x463C6D) is known color: Meteorite. HEX triplet: 46, 3C and 6D. RGB value is (70,60,109). Sum of RGB (Red+Green+Blue) = 70+60+109=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #463C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C6D is #B9C392. Grayscale: #444444. Windows color (decimal): -12174227 or 7158854. OLE color: 7158854.

HSL color Cylindrical-coordinate representation of color #463C6D: hue angle of 252.24º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #463C6D is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 60 109 -
CMYK 0.36 0.45 0 0.57
HSL 252.24º 0.29% 0.33% -
HSV(B) 252.24º 0.45% 0.43% -
XYZ 6.9 5.64 15.19 -
YUV 68.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 70 60 109 0.36 0.45 0 0.57 252.24 0.29 0.33
Hex 46 3C 6D 24 2D 0 39 FC 1D 21
Octal 106 74 155 44 55 0 71 374 35 41
Binary 1000110 111100 1101101 100100 101101 0 111001 11111100 11101 100001

Color Harmonies of #463C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C6D

Black with #463C6D

Text Example


Text Example

White with #463C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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