Html Css Color HEX #461470 Blue Diamond

📋 copy color: '#461470'

red 70 ◦ green 20 ◦ blue 112

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

Shades of Blue Diamond #461470

Tints of Blue Diamond #461470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

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

R = 34.65%
G = 9.9%
B = 55.45%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#461470 (or 0x461470) is known color: Blue Diamond. HEX triplet: 46, 14 and 70. RGB value is (70,20,112). Sum of RGB (Red+Green+Blue) = 70+20+112=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #461470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461470 is #B9EB8F. Grayscale: #2D2D2D. Windows color (decimal): -12184464 or 7345222. OLE color: 7345222.

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

Color convert

RGB 70 20 112 -
CMYK 0.38 0.82 0 0.56
HSL 272.61º 0.7% 0.26% -
HSV(B) 272.61º 0.82% 0.44% -
XYZ 5.7 2.97 15.6 -
YUV 45.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 70 20 112 0.38 0.82 0 0.56 272.61 0.7 0.26
Hex 46 14 70 26 52 0 38 111 46 1A
Octal 106 24 160 46 122 0 70 421 106 32
Binary 1000110 10100 1110000 100110 1010010 0 111000 100010001 1000110 11010

Color Harmonies of #461470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461470

Black with #461470

Text Example


Text Example

White with #461470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461470; }

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

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

background-color css

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

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

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

border-color css

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

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

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