Html Css Color HEX #463570 Meteorite

📋 copy color: '#463570'

red 70 ◦ green 53 ◦ blue 112

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

Shades of Meteorite #463570

Tints of Meteorite #463570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

 BLUE value IS 112 (44.14% from 255) = 47.66%

R = 29.79%
G = 22.55%
B = 47.66%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#463570 (or 0x463570) is known color: Meteorite. HEX triplet: 46, 35 and 70. RGB value is (70,53,112). Sum of RGB (Red+Green+Blue) = 70+53+112=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #463570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463570 is #B9CA8F. Grayscale: #404040. Windows color (decimal): -12176016 or 7353670. OLE color: 7353670.

HSL color Cylindrical-coordinate representation of color #463570: hue angle of 257.29º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #463570 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 53 112 -
CMYK 0.38 0.53 0 0.56
HSL 257.29º 0.36% 0.32% -
HSV(B) 257.29º 0.53% 0.44% -
XYZ 6.72 5.02 15.94 -
YUV 64.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 70 53 112 0.38 0.53 0 0.56 257.29 0.36 0.32
Hex 46 35 70 26 35 0 38 101 24 20
Octal 106 65 160 46 65 0 70 401 44 40
Binary 1000110 110101 1110000 100110 110101 0 111000 100000001 100100 100000

Color Harmonies of #463570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463570

Black with #463570

Text Example


Text Example

White with #463570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463570; }

 p { color: rgb(70,53,112); }

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

background-color css

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

 a { background-color: rgb(70,53,112); }

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

border-color css

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

 span { border-color: rgb(70,53,112); }

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