Html Css Color HEX #463468 Meteorite

📋 copy color: '#463468'

red 70 ◦ green 52 ◦ blue 104

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

Shades of Meteorite #463468

Tints of Meteorite #463468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.01%

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

R = 30.97%
G = 23.01%
B = 46.02%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#463468 (or 0x463468) is known color: Meteorite. HEX triplet: 46, 34 and 68. RGB value is (70,52,104). Sum of RGB (Red+Green+Blue) = 70+52+104=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #463468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463468 is #B9CB97. Grayscale: #3F3F3F. Windows color (decimal): -12176280 or 6829126. OLE color: 6829126.

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

Color convert

RGB 70 52 104 -
CMYK 0.33 0.50 0 0.59
HSL 260.77º 0.33% 0.31% -
HSV(B) 260.77º 0.5% 0.41% -
XYZ 6.25 4.76 13.69 -
YUV 63.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 70 52 104 0.33 0.50 0 0.59 260.77 0.33 0.31
Hex 46 34 68 21 32 0 3B 105 21 1F
Octal 106 64 150 41 62 0 73 405 41 37
Binary 1000110 110100 1101000 100001 110010 0 111011 100000101 100001 11111

Color Harmonies of #463468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463468

Black with #463468

Text Example


Text Example

White with #463468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463468; }

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

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

background-color css

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

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

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

border-color css

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

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

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