Html Css Color HEX #463872 Meteorite

📋 copy color: '#463872'

red 70 ◦ green 56 ◦ blue 114

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

Shades of Meteorite #463872

Tints of Meteorite #463872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.5%

R = 29.17%
G = 23.33%
B = 47.5%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463872 (or 0x463872) is known color: Meteorite. HEX triplet: 46, 38 and 72. RGB value is (70,56,114). Sum of RGB (Red+Green+Blue) = 70+56+114=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #463872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463872 is #B9C78D. Grayscale: #424242. Windows color (decimal): -12175246 or 7485510. OLE color: 7485510.

HSL color Cylindrical-coordinate representation of color #463872: hue angle of 254.48º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463872 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 56 114 -
CMYK 0.39 0.51 0 0.55
HSL 254.48º 0.34% 0.33% -
HSV(B) 254.48º 0.51% 0.45% -
XYZ 6.98 5.35 16.58 -
YUV 66.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 70 56 114 0.39 0.51 0 0.55 254.48 0.34 0.33
Hex 46 38 72 27 33 0 37 FE 22 21
Octal 106 70 162 47 63 0 67 376 42 41
Binary 1000110 111000 1110010 100111 110011 0 110111 11111110 100010 100001

Color Harmonies of #463872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463872

Black with #463872

Text Example


Text Example

White with #463872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463872; }

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

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

background-color css

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

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

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

border-color css

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

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

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