Html Css Color HEX #463667 Meteorite

📋 copy color: '#463667'

red 70 ◦ green 54 ◦ blue 103

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

Shades of Meteorite #463667

Tints of Meteorite #463667

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.79%

 BLUE value IS 103 (40.63% from 255) = 45.37%

R = 30.84%
G = 23.79%
B = 45.37%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#463667 (or 0x463667) is known color: Meteorite. HEX triplet: 46, 36 and 67. RGB value is (70,54,103). Sum of RGB (Red+Green+Blue) = 70+54+103=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #463667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463667 is #B9C998. Grayscale: #404040. Windows color (decimal): -12175769 or 6764102. OLE color: 6764102.

HSL color Cylindrical-coordinate representation of color #463667: hue angle of 259.59º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #463667 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 54 103 -
CMYK 0.32 0.48 0 0.60
HSL 259.59º 0.31% 0.31% -
HSV(B) 259.59º 0.48% 0.4% -
XYZ 6.29 4.92 13.45 -
YUV 64.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 70 54 103 0.32 0.48 0 0.60 259.59 0.31 0.31
Hex 46 36 67 20 30 0 3C 104 1F 1F
Octal 106 66 147 40 60 0 74 404 37 37
Binary 1000110 110110 1100111 100000 110000 0 111100 100000100 11111 11111

Color Harmonies of #463667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463667

Black with #463667

Text Example


Text Example

White with #463667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463667; }

 p { color: rgb(70,54,103); }

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

background-color css

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

 a { background-color: rgb(70,54,103); }

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

border-color css

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

 span { border-color: rgb(70,54,103); }

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