Html Css Color HEX #461770 Blue Diamond

📋 copy color: '#461770'

red 70 ◦ green 23 ◦ blue 112

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

Shades of Blue Diamond #461770

Tints of Blue Diamond #461770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.22%

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

R = 34.15%
G = 11.22%
B = 54.63%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#461770 (or 0x461770) is known color: Blue Diamond. HEX triplet: 46, 17 and 70. RGB value is (70,23,112). Sum of RGB (Red+Green+Blue) = 70+23+112=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #461770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461770 is #B9E88F. Grayscale: #2E2E2E. Windows color (decimal): -12183696 or 7345990. OLE color: 7345990.

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

Color convert

RGB 70 23 112 -
CMYK 0.38 0.79 0 0.56
HSL 271.69º 0.66% 0.26% -
HSV(B) 271.69º 0.79% 0.44% -
XYZ 5.76 3.08 15.62 -
YUV 47.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 70 23 112 0.38 0.79 0 0.56 271.69 0.66 0.26
Hex 46 17 70 26 4F 0 38 110 42 1A
Octal 106 27 160 46 117 0 70 420 102 32
Binary 1000110 10111 1110000 100110 1001111 0 111000 100010000 1000010 11010

Color Harmonies of #461770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461770

Black with #461770

Text Example


Text Example

White with #461770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461770; }

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

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

background-color css

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

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

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

border-color css

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

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

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