Html Css Color HEX #442692 Blue Gem

📋 copy color: '#442692'

red 68 ◦ green 38 ◦ blue 146

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

Shades of Blue Gem #442692

Tints of Blue Gem #442692

RGB

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

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

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

R = 26.98%
G = 15.08%
B = 57.94%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#442692 (or 0x442692) is known color: Blue Gem. HEX triplet: 44, 26 and 92. RGB value is (68,38,146). Sum of RGB (Red+Green+Blue) = 68+38+146=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #442692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442692 is #BBD96D. Grayscale: #3A3A3A. Windows color (decimal): -12310894 or 9578052. OLE color: 9578052.

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

Color convert

RGB 68 38 146 -
CMYK 0.53 0.74 0 0.43
HSL 256.67º 0.59% 0.36% -
HSV(B) 256.67º 0.74% 0.57% -
XYZ 8.27 4.69 27.66 -
YUV 59.28 176.94 134.22 -
System Red Green Blue C M Y K H S L
Decimal 68 38 146 0.53 0.74 0 0.43 256.67 0.59 0.36
Hex 44 26 92 35 4A 0 2B 101 3B 24
Octal 104 46 222 65 112 0 53 401 73 44
Binary 1000100 100110 10010010 110101 1001010 0 101011 100000001 111011 100100

Color Harmonies of #442692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442692

Black with #442692

Text Example


Text Example

White with #442692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442692; }

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

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

background-color css

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

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

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

border-color css

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

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

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