Html Css Color HEX #463B6E Meteorite

📋 copy color: '#463B6E'

red 70 ◦ green 59 ◦ blue 110

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

Shades of Meteorite #463B6E

Tints of Meteorite #463B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 46.03%

R = 29.29%
G = 24.69%
B = 46.03%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#463B6E (or 0x463B6E) is known color: Meteorite. HEX triplet: 46, 3B and 6E. RGB value is (70,59,110). Sum of RGB (Red+Green+Blue) = 70+59+110=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #463B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B6E is #B9C491. Grayscale: #434343. Windows color (decimal): -12174482 or 7224134. OLE color: 7224134.

HSL color Cylindrical-coordinate representation of color #463B6E: hue angle of 252.94º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #463B6E is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 59 110 -
CMYK 0.36 0.46 0 0.57
HSL 252.94º 0.3% 0.33% -
HSV(B) 252.94º 0.46% 0.43% -
XYZ 6.9 5.56 15.46 -
YUV 68.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 70 59 110 0.36 0.46 0 0.57 252.94 0.3 0.33
Hex 46 3B 6E 24 2E 0 39 FD 1E 21
Octal 106 73 156 44 56 0 71 375 36 41
Binary 1000110 111011 1101110 100100 101110 0 111001 11111101 11110 100001

Color Harmonies of #463B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B6E

Black with #463B6E

Text Example


Text Example

White with #463B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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