Html Css Color HEX #463A6F Meteorite

📋 copy color: '#463A6F'

red 70 ◦ green 58 ◦ blue 111

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

Shades of Meteorite #463A6F

Tints of Meteorite #463A6F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.27%

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

R = 29.29%
G = 24.27%
B = 46.44%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#463A6F (or 0x463A6F) is known color: Meteorite. HEX triplet: 46, 3A and 6F. RGB value is (70,58,111). Sum of RGB (Red+Green+Blue) = 70+58+111=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #463A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A6F is #B9C590. Grayscale: #434343. Windows color (decimal): -12174737 or 7289414. OLE color: 7289414.

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

Color convert

RGB 70 58 111 -
CMYK 0.37 0.48 0 0.56
HSL 253.58º 0.31% 0.33% -
HSV(B) 253.58º 0.48% 0.44% -
XYZ 6.91 5.48 15.73 -
YUV 67.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 70 58 111 0.37 0.48 0 0.56 253.58 0.31 0.33
Hex 46 3A 6F 25 30 0 38 FE 1F 21
Octal 106 72 157 45 60 0 70 376 37 41
Binary 1000110 111010 1101111 100101 110000 0 111000 11111110 11111 100001

Color Harmonies of #463A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A6F

Black with #463A6F

Text Example


Text Example

White with #463A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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