Html Css Color HEX #461B54 Scarlet Gum

📋 copy color: '#461B54'

red 70 ◦ green 27 ◦ blue 84

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

Shades of Scarlet Gum #461B54

Tints of Scarlet Gum #461B54

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.92%

 BLUE value IS 84 (33.2% from 255) = 46.41%

R = 38.67%
G = 14.92%
B = 46.41%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#461B54 (or 0x461B54) is known color: Scarlet Gum. HEX triplet: 46, 1B and 54. RGB value is (70,27,84). Sum of RGB (Red+Green+Blue) = 70+27+84=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #461B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461B54 is #B9E4AB. Grayscale: #2E2E2E. Windows color (decimal): -12182700 or 5512006. OLE color: 5512006.

HSL color Cylindrical-coordinate representation of color #461B54: hue angle of 285.26º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #461B54 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 27 84 -
CMYK 0.17 0.68 0 0.67
HSL 285.26º 0.51% 0.22% -
HSV(B) 285.26º 0.68% 0.33% -
XYZ 4.52 2.73 8.68 -
YUV 46.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 70 27 84 0.17 0.68 0 0.67 285.26 0.51 0.22
Hex 46 1B 54 11 44 0 43 11D 33 16
Octal 106 33 124 21 104 0 103 435 63 26
Binary 1000110 11011 1010100 10001 1000100 0 1000011 100011101 110011 10110

Color Harmonies of #461B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461B54

Black with #461B54

Text Example


Text Example

White with #461B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461B54; }

 p { color: rgb(70,27,84); }

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

background-color css

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

 a { background-color: rgb(70,27,84); }

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

border-color css

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

 span { border-color: rgb(70,27,84); }

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