Html Css Color HEX #463B75 Meteorite

📋 copy color: '#463B75'

red 70 ◦ green 59 ◦ blue 117

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

Shades of Meteorite #463B75

Tints of Meteorite #463B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.56%

R = 28.46%
G = 23.98%
B = 47.56%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#463B75 (or 0x463B75) is known color: Meteorite. HEX triplet: 46, 3B and 75. RGB value is (70,59,117). Sum of RGB (Red+Green+Blue) = 70+59+117=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #463B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B75 is #B9C48A. Grayscale: #444444. Windows color (decimal): -12174475 or 7682886. OLE color: 7682886.

HSL color Cylindrical-coordinate representation of color #463B75: hue angle of 251.38º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463B75 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 59 117 -
CMYK 0.40 0.50 0 0.54
HSL 251.38º 0.33% 0.35% -
HSV(B) 251.38º 0.5% 0.46% -
XYZ 7.3 5.71 17.55 -
YUV 68.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 70 59 117 0.40 0.50 0 0.54 251.38 0.33 0.35
Hex 46 3B 75 28 32 0 36 FB 21 23
Octal 106 73 165 50 62 0 66 373 41 43
Binary 1000110 111011 1110101 101000 110010 0 110110 11111011 100001 100011

Color Harmonies of #463B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B75

Black with #463B75

Text Example


Text Example

White with #463B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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