Html Css Color HEX #463C63 Meteorite

📋 copy color: '#463C63'

red 70 ◦ green 60 ◦ blue 99

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

Shades of Meteorite #463C63

Tints of Meteorite #463C63

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.2%

 BLUE value IS 99 (39.06% from 255) = 43.23%

R = 30.57%
G = 26.2%
B = 43.23%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#463C63 (or 0x463C63) is known color: Meteorite. HEX triplet: 46, 3C and 63. RGB value is (70,60,99). Sum of RGB (Red+Green+Blue) = 70+60+99=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #463C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C63 is #B9C39C. Grayscale: #434343. Windows color (decimal): -12174237 or 6503494. OLE color: 6503494.

HSL color Cylindrical-coordinate representation of color #463C63: hue angle of 255.38º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #463C63 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 60 99 -
CMYK 0.29 0.39 0 0.61
HSL 255.38º 0.25% 0.31% -
HSV(B) 255.38º 0.39% 0.39% -
XYZ 6.39 5.43 12.52 -
YUV 67.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 70 60 99 0.29 0.39 0 0.61 255.38 0.25 0.31
Hex 46 3C 63 1D 27 0 3D FF 19 1F
Octal 106 74 143 35 47 0 75 377 31 37
Binary 1000110 111100 1100011 11101 100111 0 111101 11111111 11001 11111

Color Harmonies of #463C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C63

Black with #463C63

Text Example


Text Example

White with #463C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,60,99); }

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

background-color css

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

 a { background-color: rgb(70,60,99); }

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

border-color css

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

 span { border-color: rgb(70,60,99); }

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