Html Css Color HEX #442992 Blue Gem

📋 copy color: '#442992'

red 68 ◦ green 41 ◦ blue 146

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

Shades of Blue Gem #442992

Tints of Blue Gem #442992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.08%

 BLUE value IS 146 (57.42% from 255) = 57.25%

R = 26.67%
G = 16.08%
B = 57.25%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#442992 (or 0x442992) is known color: Blue Gem. HEX triplet: 44, 29 and 92. RGB value is (68,41,146). Sum of RGB (Red+Green+Blue) = 68+41+146=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #442992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442992 is #BBD66D. Grayscale: #3C3C3C. Windows color (decimal): -12310126 or 9578820. OLE color: 9578820.

HSL color Cylindrical-coordinate representation of color #442992: hue angle of 255.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442992 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 41 146 -
CMYK 0.53 0.72 0 0.43
HSL 255.43º 0.56% 0.37% -
HSV(B) 255.43º 0.72% 0.57% -
XYZ 8.37 4.89 27.7 -
YUV 61.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 68 41 146 0.53 0.72 0 0.43 255.43 0.56 0.37
Hex 44 29 92 35 48 0 2B FF 38 25
Octal 104 51 222 65 110 0 53 377 70 45
Binary 1000100 101001 10010010 110101 1001000 0 101011 11111111 111000 100101

Color Harmonies of #442992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442992

Black with #442992

Text Example


Text Example

White with #442992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442992; }

 p { color: rgb(68,41,146); }

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

background-color css

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

 a { background-color: rgb(68,41,146); }

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

border-color css

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

 span { border-color: rgb(68,41,146); }

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