Html Css Color HEX #46386F Meteorite

📋 copy color: '#46386F'

red 70 ◦ green 56 ◦ blue 111

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

Shades of Meteorite #46386F

Tints of Meteorite #46386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

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

R = 29.54%
G = 23.63%
B = 46.84%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#46386F (or 0x46386F) is known color: Meteorite. HEX triplet: 46, 38 and 6F. RGB value is (70,56,111). Sum of RGB (Red+Green+Blue) = 70+56+111=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #46386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46386F is #B9C790. Grayscale: #424242. Windows color (decimal): -12175249 or 7288902. OLE color: 7288902.

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

Color convert

RGB 70 56 111 -
CMYK 0.37 0.50 0 0.56
HSL 255.27º 0.33% 0.33% -
HSV(B) 255.27º 0.5% 0.44% -
XYZ 6.81 5.28 15.7 -
YUV 66.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 70 56 111 0.37 0.50 0 0.56 255.27 0.33 0.33
Hex 46 38 6F 25 32 0 38 FF 21 21
Octal 106 70 157 45 62 0 70 377 41 41
Binary 1000110 111000 1101111 100101 110010 0 111000 11111111 100001 100001

Color Harmonies of #46386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46386F

Black with #46386F

Text Example


Text Example

White with #46386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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