Html Css Color HEX #463B6D Meteorite

📋 copy color: '#463B6D'

red 70 ◦ green 59 ◦ blue 109

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

Shades of Meteorite #463B6D

Tints of Meteorite #463B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 29.41%
G = 24.79%
B = 45.8%

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

#463B6D (or 0x463B6D) is known color: Meteorite. HEX triplet: 46, 3B and 6D. RGB value is (70,59,109). Sum of RGB (Red+Green+Blue) = 70+59+109=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #463B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B6D is #B9C492. Grayscale: #434343. Windows color (decimal): -12174483 or 7158598. OLE color: 7158598.

HSL color Cylindrical-coordinate representation of color #463B6D: hue angle of 253.2º 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 #463B6D is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 59 109 -
CMYK 0.36 0.46 0 0.57
HSL 253.2º 0.3% 0.33% -
HSV(B) 253.2º 0.46% 0.43% -
XYZ 6.85 5.53 15.18 -
YUV 67.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 70 59 109 0.36 0.46 0 0.57 253.2 0.3 0.33
Hex 46 3B 6D 24 2E 0 39 FD 1E 21
Octal 106 73 155 44 56 0 71 375 36 41
Binary 1000110 111011 1101101 100100 101110 0 111001 11111101 11110 100001

Color Harmonies of #463B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B6D

Black with #463B6D

Text Example


Text Example

White with #463B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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