Html Css Color HEX #442666 Blue Diamond

📋 copy color: '#442666'

red 68 ◦ green 38 ◦ blue 102

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

Shades of Blue Diamond #442666

Tints of Blue Diamond #442666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.27%

 BLUE value IS 102 (40.23% from 255) = 49.04%

R = 32.69%
G = 18.27%
B = 49.04%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#442666 (or 0x442666) is known color: Blue Diamond. HEX triplet: 44, 26 and 66. RGB value is (68,38,102). Sum of RGB (Red+Green+Blue) = 68+38+102=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #442666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442666 is #BBD999. Grayscale: #363636. Windows color (decimal): -12310938 or 6694468. OLE color: 6694468.

HSL color Cylindrical-coordinate representation of color #442666: hue angle of 268.12º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #442666 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 68 38 102 -
CMYK 0.33 0.63 0 0.6
HSL 268.13º 0.46% 0.27% -
HSV(B) 268.13º 0.63% 0.4% -
XYZ 5.48 3.57 12.97 -
YUV 54.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 68 38 102 0.33 0.63 0 0.6 268.13 0.46 0.27
Hex 44 26 66 21 3F 0 3C 10C 2E 1B
Octal 104 46 146 41 77 0 74 414 56 33
Binary 1000100 100110 1100110 100001 111111 0 111100 100001100 101110 11011

Color Harmonies of #442666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442666

Black with #442666

Text Example


Text Example

White with #442666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442666; }

 p { color: rgb(68,38,102); }

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

background-color css

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

 a { background-color: rgb(68,38,102); }

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

border-color css

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

 span { border-color: rgb(68,38,102); }

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