Html Css Color HEX #463B70 Meteorite

📋 copy color: '#463B70'

red 70 ◦ green 59 ◦ blue 112

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

Shades of Meteorite #463B70

Tints of Meteorite #463B70

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.48%

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

R = 29.05%
G = 24.48%
B = 46.47%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#463B70 (or 0x463B70) is known color: Meteorite. HEX triplet: 46, 3B and 70. RGB value is (70,59,112). Sum of RGB (Red+Green+Blue) = 70+59+112=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #463B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B70 is #B9C48F. Grayscale: #444444. Windows color (decimal): -12174480 or 7355206. OLE color: 7355206.

HSL color Cylindrical-coordinate representation of color #463B70: hue angle of 252.45º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463B70 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 59 112 -
CMYK 0.38 0.47 0 0.56
HSL 252.45º 0.31% 0.34% -
HSV(B) 252.45º 0.47% 0.44% -
XYZ 7.01 5.6 16.04 -
YUV 68.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 70 59 112 0.38 0.47 0 0.56 252.45 0.31 0.34
Hex 46 3B 70 26 2F 0 38 FC 1F 22
Octal 106 73 160 46 57 0 70 374 37 42
Binary 1000110 111011 1110000 100110 101111 0 111000 11111100 11111 100010

Color Harmonies of #463B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B70

Black with #463B70

Text Example


Text Example

White with #463B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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