Html Css Color HEX #46405F Meteorite

📋 copy color: '#46405F'

red 70 ◦ green 64 ◦ blue 95

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

Shades of Meteorite #46405F

Tints of Meteorite #46405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.95%

 BLUE value IS 95 (37.5% from 255) = 41.48%

R = 30.57%
G = 27.95%
B = 41.48%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46405F (or 0x46405F) is known color: Meteorite. HEX triplet: 46, 40 and 5F. RGB value is (70,64,95). Sum of RGB (Red+Green+Blue) = 70+64+95=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #46405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46405F is #B9BFA0. Grayscale: #454545. Windows color (decimal): -12173217 or 6242374. OLE color: 6242374.

HSL color Cylindrical-coordinate representation of color #46405F: hue angle of 251.61º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #46405F is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 64 95 -
CMYK 0.26 0.33 0 0.63
HSL 251.61º 0.19% 0.31% -
HSV(B) 251.61º 0.33% 0.37% -
XYZ 6.42 5.8 11.61 -
YUV 69.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 70 64 95 0.26 0.33 0 0.63 251.61 0.19 0.31
Hex 46 40 5F 1A 21 0 3F FC 13 1F
Octal 106 100 137 32 41 0 77 374 23 37
Binary 1000110 1000000 1011111 11010 100001 0 111111 11111100 10011 11111

Color Harmonies of #46405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46405F

Black with #46405F

Text Example


Text Example

White with #46405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46405F; }

 p { color: rgb(70,64,95); }

 H1.HeaderClassName
 {
   color: #46405F;
 }
 .AnyTagClassName
 {
   color: #46405F;
 }
</style>

background-color css

<style>
 a { background-color: #46405F; }

 a { background-color: rgb(70,64,95); }

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

border-color css

<style>
 span { border-color: #46405F; }

 span { border-color: rgb(70,64,95); }

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