Html Css Color HEX #422692 Blue Gem

📋 copy color: '#422692'

red 66 ◦ green 38 ◦ blue 146

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

Shades of Blue Gem #422692

Tints of Blue Gem #422692

RGB

 RED value IS 66 (26.17% from 255) = 26.4%

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

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

R = 26.4%
G = 15.2%
B = 58.4%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#422692 (or 0x422692) is known color: Blue Gem. HEX triplet: 42, 26 and 92. RGB value is (66,38,146). Sum of RGB (Red+Green+Blue) = 66+38+146=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #422692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422692 is #BDD96D. Grayscale: #3A3A3A. Windows color (decimal): -12441966 or 9578050. OLE color: 9578050.

HSL color Cylindrical-coordinate representation of color #422692: hue angle of 255.56º 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 #422692 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 38 146 -
CMYK 0.55 0.74 0 0.43
HSL 255.56º 0.59% 0.36% -
HSV(B) 255.56º 0.74% 0.57% -
XYZ 8.13 4.62 27.66 -
YUV 58.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 66 38 146 0.55 0.74 0 0.43 255.56 0.59 0.36
Hex 42 26 92 37 4A 0 2B 100 3B 24
Octal 102 46 222 67 112 0 53 400 73 44
Binary 1000010 100110 10010010 110111 1001010 0 101011 100000000 111011 100100

Color Harmonies of #422692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422692

Black with #422692

Text Example


Text Example

White with #422692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422692; }

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

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

background-color css

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

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

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

border-color css

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

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

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