Html Css Color HEX #442693 Blue Gem

📋 copy color: '#442693'

red 68 ◦ green 38 ◦ blue 147

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

Shades of Blue Gem #442693

Tints of Blue Gem #442693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.1%

R = 26.88%
G = 15.02%
B = 58.1%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#442693 (or 0x442693) is known color: Blue Gem. HEX triplet: 44, 26 and 93. RGB value is (68,38,147). Sum of RGB (Red+Green+Blue) = 68+38+147=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #442693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442693 is #BBD96C. Grayscale: #3A3A3A. Windows color (decimal): -12310893 or 9643588. OLE color: 9643588.

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

Color convert

RGB 68 38 147 -
CMYK 0.54 0.74 0 0.42
HSL 256.51º 0.59% 0.36% -
HSV(B) 256.51º 0.74% 0.58% -
XYZ 8.34 4.72 28.08 -
YUV 59.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 68 38 147 0.54 0.74 0 0.42 256.51 0.59 0.36
Hex 44 26 93 36 4A 0 2A 101 3B 24
Octal 104 46 223 66 112 0 52 401 73 44
Binary 1000100 100110 10010011 110110 1001010 0 101010 100000001 111011 100100

Color Harmonies of #442693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442693

Black with #442693

Text Example


Text Example

White with #442693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442693; }

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

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

background-color css

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

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

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

border-color css

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

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

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