Html Css Color HEX #463668 Meteorite

📋 copy color: '#463668'

red 70 ◦ green 54 ◦ blue 104

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

Shades of Meteorite #463668

Tints of Meteorite #463668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

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

R = 30.7%
G = 23.68%
B = 45.61%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#463668 (or 0x463668) is known color: Meteorite. HEX triplet: 46, 36 and 68. RGB value is (70,54,104). Sum of RGB (Red+Green+Blue) = 70+54+104=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #463668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463668 is #B9C997. Grayscale: #404040. Windows color (decimal): -12175768 or 6829638. OLE color: 6829638.

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

Color convert

RGB 70 54 104 -
CMYK 0.33 0.48 0 0.59
HSL 259.2º 0.32% 0.31% -
HSV(B) 259.2º 0.48% 0.41% -
XYZ 6.34 4.94 13.72 -
YUV 64.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 70 54 104 0.33 0.48 0 0.59 259.2 0.32 0.31
Hex 46 36 68 21 30 0 3B 103 20 1F
Octal 106 66 150 41 60 0 73 403 40 37
Binary 1000110 110110 1101000 100001 110000 0 111011 100000011 100000 11111

Color Harmonies of #463668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463668

Black with #463668

Text Example


Text Example

White with #463668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463668; }

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

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

background-color css

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

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

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

border-color css

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

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

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