Html Css Color HEX #463768 Meteorite

📋 copy color: '#463768'

red 70 ◦ green 55 ◦ blue 104

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

Shades of Meteorite #463768

Tints of Meteorite #463768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.02%

 BLUE value IS 104 (41.02% from 255) = 45.41%

R = 30.57%
G = 24.02%
B = 45.41%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#463768 (or 0x463768) is known color: Meteorite. HEX triplet: 46, 37 and 68. RGB value is (70,55,104). Sum of RGB (Red+Green+Blue) = 70+55+104=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #463768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463768 is #B9C897. Grayscale: #404040. Windows color (decimal): -12175512 or 6829894. OLE color: 6829894.

HSL color Cylindrical-coordinate representation of color #463768: hue angle of 258.37º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463768 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 55 104 -
CMYK 0.33 0.47 0 0.59
HSL 258.37º 0.31% 0.31% -
HSV(B) 258.37º 0.47% 0.41% -
XYZ 6.39 5.03 13.73 -
YUV 65.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 70 55 104 0.33 0.47 0 0.59 258.37 0.31 0.31
Hex 46 37 68 21 2F 0 3B 102 1F 1F
Octal 106 67 150 41 57 0 73 402 37 37
Binary 1000110 110111 1101000 100001 101111 0 111011 100000010 11111 11111

Color Harmonies of #463768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463768

Black with #463768

Text Example


Text Example

White with #463768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463768; }

 p { color: rgb(70,55,104); }

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

background-color css

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

 a { background-color: rgb(70,55,104); }

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

border-color css

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

 span { border-color: rgb(70,55,104); }

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