Html Css Color HEX #461778 Blue Diamond

📋 copy color: '#461778'

red 70 ◦ green 23 ◦ blue 120

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

Shades of Blue Diamond #461778

Tints of Blue Diamond #461778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 56.34%

R = 32.86%
G = 10.8%
B = 56.34%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#461778 (or 0x461778) is known color: Blue Diamond. HEX triplet: 46, 17 and 78. RGB value is (70,23,120). Sum of RGB (Red+Green+Blue) = 70+23+120=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #461778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461778 is #B9E887. Grayscale: #2F2F2F. Windows color (decimal): -12183688 or 7870278. OLE color: 7870278.

HSL color Cylindrical-coordinate representation of color #461778: hue angle of 269.07º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461778 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 23 120 -
CMYK 0.42 0.81 0 0.53
HSL 269.07º 0.68% 0.28% -
HSV(B) 269.07º 0.81% 0.47% -
XYZ 6.22 3.27 18.07 -
YUV 48.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 70 23 120 0.42 0.81 0 0.53 269.07 0.68 0.28
Hex 46 17 78 2A 51 0 35 10D 44 1C
Octal 106 27 170 52 121 0 65 415 104 34
Binary 1000110 10111 1111000 101010 1010001 0 110101 100001101 1000100 11100

Color Harmonies of #461778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461778

Black with #461778

Text Example


Text Example

White with #461778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461778; }

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

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

background-color css

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

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

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

border-color css

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

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

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