Html Css Color HEX #464053 Grape

📋 copy color: '#464053'

red 70 ◦ green 64 ◦ blue 83

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

Shades of Grape #464053

Tints of Grape #464053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.49%

 BLUE value IS 83 (32.81% from 255) = 38.25%

R = 32.26%
G = 29.49%
B = 38.25%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#464053 (or 0x464053) is known color: Grape. HEX triplet: 46, 40 and 53. RGB value is (70,64,83). Sum of RGB (Red+Green+Blue) = 70+64+83=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #464053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464053 is #B9BFAC. Grayscale: #434343. Windows color (decimal): -12173229 or 5455942. OLE color: 5455942.

HSL color Cylindrical-coordinate representation of color #464053: hue angle of 258.95º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #464053 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 64 83 -
CMYK 0.16 0.23 0 0.67
HSL 258.95º 0.13% 0.29% -
HSV(B) 258.95º 0.23% 0.33% -
XYZ 5.92 5.59 8.95 -
YUV 67.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 70 64 83 0.16 0.23 0 0.67 258.95 0.13 0.29
Hex 46 40 53 10 17 0 43 103 D 1D
Octal 106 100 123 20 27 0 103 403 15 35
Binary 1000110 1000000 1010011 10000 10111 0 1000011 100000011 1101 11101

Color Harmonies of #464053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464053

Black with #464053

Text Example


Text Example

White with #464053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464053; }

 p { color: rgb(70,64,83); }

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

background-color css

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

 a { background-color: rgb(70,64,83); }

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

border-color css

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

 span { border-color: rgb(70,64,83); }

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