Html Css Color HEX #461970 Blue Diamond

📋 copy color: '#461970'

red 70 ◦ green 25 ◦ blue 112

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

Shades of Blue Diamond #461970

Tints of Blue Diamond #461970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

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

R = 33.82%
G = 12.08%
B = 54.11%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#461970 (or 0x461970) is known color: Blue Diamond. HEX triplet: 46, 19 and 70. RGB value is (70,25,112). Sum of RGB (Red+Green+Blue) = 70+25+112=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #461970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461970 is #B9E68F. Grayscale: #303030. Windows color (decimal): -12183184 or 7346502. OLE color: 7346502.

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

Color convert

RGB 70 25 112 -
CMYK 0.38 0.78 0 0.56
HSL 271.03º 0.64% 0.27% -
HSV(B) 271.03º 0.78% 0.44% -
XYZ 5.8 3.17 15.63 -
YUV 48.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 70 25 112 0.38 0.78 0 0.56 271.03 0.64 0.27
Hex 46 19 70 26 4E 0 38 10F 40 1B
Octal 106 31 160 46 116 0 70 417 100 33
Binary 1000110 11001 1110000 100110 1001110 0 111000 100001111 1000000 11011

Color Harmonies of #461970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461970

Black with #461970

Text Example


Text Example

White with #461970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461970; }

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

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

background-color css

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

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

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

border-color css

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

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

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