Html Css Color HEX #442A66 Blue Diamond

📋 copy color: '#442A66'

red 68 ◦ green 42 ◦ blue 102

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

Shades of Blue Diamond #442A66

Tints of Blue Diamond #442A66

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.81%

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

R = 32.08%
G = 19.81%
B = 48.11%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#442A66 (or 0x442A66) is known color: Blue Diamond. HEX triplet: 44, 2A and 66. RGB value is (68,42,102). Sum of RGB (Red+Green+Blue) = 68+42+102=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #442A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A66 is #BBD599. Grayscale: #383838. Windows color (decimal): -12309914 or 6695492. OLE color: 6695492.

HSL color Cylindrical-coordinate representation of color #442A66: hue angle of 266º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #442A66 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 68 42 102 -
CMYK 0.33 0.59 0 0.6
HSL 266º 0.42% 0.28% -
HSV(B) 266º 0.59% 0.4% -
XYZ 5.61 3.84 13.02 -
YUV 56.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 68 42 102 0.33 0.59 0 0.6 266 0.42 0.28
Hex 44 2A 66 21 3B 0 3C 10A 2A 1C
Octal 104 52 146 41 73 0 74 412 52 34
Binary 1000100 101010 1100110 100001 111011 0 111100 100001010 101010 11100

Color Harmonies of #442A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A66

Black with #442A66

Text Example


Text Example

White with #442A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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