Html Css Color HEX #461570 Blue Diamond

📋 copy color: '#461570'

red 70 ◦ green 21 ◦ blue 112

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

Shades of Blue Diamond #461570

Tints of Blue Diamond #461570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

 BLUE value IS 112 (44.14% from 255) = 55.17%

R = 34.48%
G = 10.34%
B = 55.17%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#461570 (or 0x461570) is known color: Blue Diamond. HEX triplet: 46, 15 and 70. RGB value is (70,21,112). Sum of RGB (Red+Green+Blue) = 70+21+112=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #461570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461570 is #B9EA8F. Grayscale: #2D2D2D. Windows color (decimal): -12184208 or 7345478. OLE color: 7345478.

HSL color Cylindrical-coordinate representation of color #461570: hue angle of 272.31º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461570 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 21 112 -
CMYK 0.38 0.81 0 0.56
HSL 272.31º 0.68% 0.26% -
HSV(B) 272.31º 0.81% 0.44% -
XYZ 5.72 3.01 15.61 -
YUV 46.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 70 21 112 0.38 0.81 0 0.56 272.31 0.68 0.26
Hex 46 15 70 26 51 0 38 110 44 1A
Octal 106 25 160 46 121 0 70 420 104 32
Binary 1000110 10101 1110000 100110 1010001 0 111000 100010000 1000100 11010

Color Harmonies of #461570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461570

Black with #461570

Text Example


Text Example

White with #461570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461570; }

 p { color: rgb(70,21,112); }

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

background-color css

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

 a { background-color: rgb(70,21,112); }

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

border-color css

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

 span { border-color: rgb(70,21,112); }

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