Html Css Color HEX #442494 Blue Gem

📋 copy color: '#442494'

red 68 ◦ green 36 ◦ blue 148

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

Shades of Blue Gem #442494

Tints of Blue Gem #442494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.29%

 BLUE value IS 148 (58.2% from 255) = 58.73%

R = 26.98%
G = 14.29%
B = 58.73%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#442494 (or 0x442494) is known color: Blue Gem. HEX triplet: 44, 24 and 94. RGB value is (68,36,148). Sum of RGB (Red+Green+Blue) = 68+36+148=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #442494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442494 is #BBDB6B. Grayscale: #393939. Windows color (decimal): -12311404 or 9708612. OLE color: 9708612.

HSL color Cylindrical-coordinate representation of color #442494: hue angle of 257.14º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442494 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 36 148 -
CMYK 0.54 0.76 0 0.42
HSL 257.14º 0.61% 0.36% -
HSV(B) 257.14º 0.76% 0.58% -
XYZ 8.36 4.63 28.47 -
YUV 58.34 178.6 134.89 -
System Red Green Blue C M Y K H S L
Decimal 68 36 148 0.54 0.76 0 0.42 257.14 0.61 0.36
Hex 44 24 94 36 4C 0 2A 101 3D 24
Octal 104 44 224 66 114 0 52 401 75 44
Binary 1000100 100100 10010100 110110 1001100 0 101010 100000001 111101 100100

Color Harmonies of #442494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442494

Black with #442494

Text Example


Text Example

White with #442494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442494; }

 p { color: rgb(68,36,148); }

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

background-color css

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

 a { background-color: rgb(68,36,148); }

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

border-color css

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

 span { border-color: rgb(68,36,148); }

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