Html Css Color HEX #463B67 Meteorite

📋 copy color: '#463B67'

red 70 ◦ green 59 ◦ blue 103

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

Shades of Meteorite #463B67

Tints of Meteorite #463B67

RGB

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

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

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

R = 30.17%
G = 25.43%
B = 44.4%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#463B67 (or 0x463B67) is known color: Meteorite. HEX triplet: 46, 3B and 67. RGB value is (70,59,103). Sum of RGB (Red+Green+Blue) = 70+59+103=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #463B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B67 is #B9C498. Grayscale: #434343. Windows color (decimal): -12174489 or 6765382. OLE color: 6765382.

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

Color convert

RGB 70 59 103 -
CMYK 0.32 0.43 0 0.60
HSL 255º 0.27% 0.32% -
HSV(B) 255º 0.43% 0.4% -
XYZ 6.54 5.41 13.53 -
YUV 67.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 70 59 103 0.32 0.43 0 0.60 255 0.27 0.32
Hex 46 3B 67 20 2B 0 3C FF 1B 20
Octal 106 73 147 40 53 0 74 377 33 40
Binary 1000110 111011 1100111 100000 101011 0 111100 11111111 11011 100000

Color Harmonies of #463B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B67

Black with #463B67

Text Example


Text Example

White with #463B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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