Html Css Color HEX #442792 Blue Gem

📋 copy color: '#442792'

red 68 ◦ green 39 ◦ blue 146

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

Shades of Blue Gem #442792

Tints of Blue Gem #442792

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.42%

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

R = 26.88%
G = 15.42%
B = 57.71%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#442792 (or 0x442792) is known color: Blue Gem. HEX triplet: 44, 27 and 92. RGB value is (68,39,146). Sum of RGB (Red+Green+Blue) = 68+39+146=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #442792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442792 is #BBD86D. Grayscale: #3B3B3B. Windows color (decimal): -12310638 or 9578308. OLE color: 9578308.

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

Color convert

RGB 68 39 146 -
CMYK 0.53 0.73 0 0.43
HSL 256.26º 0.58% 0.36% -
HSV(B) 256.26º 0.73% 0.57% -
XYZ 8.3 4.76 27.67 -
YUV 59.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 68 39 146 0.53 0.73 0 0.43 256.26 0.58 0.36
Hex 44 27 92 35 49 0 2B 100 3A 24
Octal 104 47 222 65 111 0 53 400 72 44
Binary 1000100 100111 10010010 110101 1001001 0 101011 100000000 111010 100100

Color Harmonies of #442792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442792

Black with #442792

Text Example


Text Example

White with #442792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442792; }

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

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

background-color css

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

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

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

border-color css

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

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

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