Html Css Color HEX #441674 Blue Diamond

📋 copy color: '#441674'

red 68 ◦ green 22 ◦ blue 116

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

Shades of Blue Diamond #441674

Tints of Blue Diamond #441674

RGB

 RED value IS 68 (26.95% from 255) = 33.01%

 GREEN value IS 22 (8.98% from 255) = 10.68%

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

R = 33.01%
G = 10.68%
B = 56.31%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#441674 (or 0x441674) is known color: Blue Diamond. HEX triplet: 44, 16 and 74. RGB value is (68,22,116). Sum of RGB (Red+Green+Blue) = 68+22+116=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #441674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441674 is #BBE98B. Grayscale: #2E2E2E. Windows color (decimal): -12315020 or 7607876. OLE color: 7607876.

HSL color Cylindrical-coordinate representation of color #441674: hue angle of 269.36º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441674 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 22 116 -
CMYK 0.41 0.81 0 0.55
HSL 269.36º 0.68% 0.27% -
HSV(B) 269.36º 0.81% 0.45% -
XYZ 5.82 3.06 16.81 -
YUV 46.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 68 22 116 0.41 0.81 0 0.55 269.36 0.68 0.27
Hex 44 16 74 29 51 0 37 10D 44 1B
Octal 104 26 164 51 121 0 67 415 104 33
Binary 1000100 10110 1110100 101001 1010001 0 110111 100001101 1000100 11011

Color Harmonies of #441674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441674

Black with #441674

Text Example


Text Example

White with #441674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441674; }

 p { color: rgb(68,22,116); }

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

background-color css

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

 a { background-color: rgb(68,22,116); }

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

border-color css

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

 span { border-color: rgb(68,22,116); }

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