Html Css Color HEX #463C68 Meteorite

📋 copy color: '#463C68'

red 70 ◦ green 60 ◦ blue 104

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

Shades of Meteorite #463C68

Tints of Meteorite #463C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.44%

R = 29.91%
G = 25.64%
B = 44.44%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#463C68 (or 0x463C68) is known color: Meteorite. HEX triplet: 46, 3C and 68. RGB value is (70,60,104). Sum of RGB (Red+Green+Blue) = 70+60+104=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #463C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C68 is #B9C397. Grayscale: #434343. Windows color (decimal): -12174232 or 6831174. OLE color: 6831174.

HSL color Cylindrical-coordinate representation of color #463C68: hue angle of 253.64º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #463C68 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 60 104 -
CMYK 0.33 0.42 0 0.59
HSL 253.64º 0.27% 0.32% -
HSV(B) 253.64º 0.42% 0.41% -
XYZ 6.64 5.53 13.81 -
YUV 68.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 70 60 104 0.33 0.42 0 0.59 253.64 0.27 0.32
Hex 46 3C 68 21 2A 0 3B FE 1B 20
Octal 106 74 150 41 52 0 73 376 33 40
Binary 1000110 111100 1101000 100001 101010 0 111011 11111110 11011 100000

Color Harmonies of #463C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C68

Black with #463C68

Text Example


Text Example

White with #463C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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