Html Css Color HEX #460053 Blackcurrant

📋 copy color: '#460053'

red 70 ◦ green 0 ◦ blue 83

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

Shades of Blackcurrant #460053

Tints of Blackcurrant #460053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.75%
G = 0%
B = 54.25%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460053 (or 0x460053) is known color: Blackcurrant. HEX triplet: 46, 00 and 53. RGB value is (70,0,83). Sum of RGB (Red+Green+Blue) = 70+0+83=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #460053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460053 is #B9FFAC. Grayscale: #1E1E1E. Windows color (decimal): -12189613 or 5439558. OLE color: 5439558.

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

Color convert

RGB 70 0 83 -
CMYK 0.16 1 0 0.67
HSL 290.6º 1% 0.16% -
HSV(B) 290.6º 1% 0.33% -
XYZ 4.09 1.93 8.34 -
YUV 30.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 70 0 83 0.16 1 0 0.67 290.6 1 0.16
Hex 46 0 53 10 64 0 43 123 64 10
Octal 106 0 123 20 144 0 103 443 144 20
Binary 1000110 0 1010011 10000 1100100 0 1000011 100100011 1100100 10000

Color Harmonies of #460053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460053

Black with #460053

Text Example


Text Example

White with #460053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460053; }

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

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

background-color css

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

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

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

border-color css

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

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

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