Html Css Color HEX #461774 Blue Diamond

📋 copy color: '#461774'

red 70 ◦ green 23 ◦ blue 116

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

Shades of Blue Diamond #461774

Tints of Blue Diamond #461774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.5%

R = 33.49%
G = 11%
B = 55.5%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#461774 (or 0x461774) is known color: Blue Diamond. HEX triplet: 46, 17 and 74. RGB value is (70,23,116). Sum of RGB (Red+Green+Blue) = 70+23+116=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #461774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461774 is #B9E88B. Grayscale: #2F2F2F. Windows color (decimal): -12183692 or 7608134. OLE color: 7608134.

HSL color Cylindrical-coordinate representation of color #461774: hue angle of 270.32º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461774 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 23 116 -
CMYK 0.40 0.80 0 0.55
HSL 270.32º 0.67% 0.27% -
HSV(B) 270.32º 0.8% 0.45% -
XYZ 5.98 3.18 16.82 -
YUV 47.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 70 23 116 0.40 0.80 0 0.55 270.32 0.67 0.27
Hex 46 17 74 28 50 0 37 10E 43 1B
Octal 106 27 164 50 120 0 67 416 103 33
Binary 1000110 10111 1110100 101000 1010000 0 110111 100001110 1000011 11011

Color Harmonies of #461774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461774

Black with #461774

Text Example


Text Example

White with #461774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461774; }

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

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

background-color css

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

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

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

border-color css

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

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

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