Html Css Color HEX #422EAC Blue Gem

📋 copy color: '#422EAC'

red 66 ◦ green 46 ◦ blue 172

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

Shades of Blue Gem #422EAC

Tints of Blue Gem #422EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.2%

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 23.24%
G = 16.2%
B = 60.56%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#422EAC (or 0x422EAC) is known color: Blue Gem. HEX triplet: 42, 2E and AC. RGB value is (66,46,172). Sum of RGB (Red+Green+Blue) = 66+46+172=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #422EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422EAC is #BDD153. Grayscale: #414141. Windows color (decimal): -12439892 or 11284034. OLE color: 11284034.

HSL color Cylindrical-coordinate representation of color #422EAC: hue angle of 249.52º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422EAC is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 46 172 -
CMYK 0.62 0.73 0 0.33
HSL 249.52º 0.58% 0.43% -
HSV(B) 249.52º 0.73% 0.67% -
XYZ 10.67 6.09 39.64 -
YUV 66.34 187.63 127.75 -
System Red Green Blue C M Y K H S L
Decimal 66 46 172 0.62 0.73 0 0.33 249.52 0.58 0.43
Hex 42 2E AC 3E 49 0 21 FA 3A 2B
Octal 102 56 254 76 111 0 41 372 72 53
Binary 1000010 101110 10101100 111110 1001001 0 100001 11111010 111010 101011

Color Harmonies of #422EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422EAC

Black with #422EAC

Text Example


Text Example

White with #422EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422EAC; }

 p { color: rgb(66,46,172); }

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

background-color css

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

 a { background-color: rgb(66,46,172); }

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

border-color css

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

 span { border-color: rgb(66,46,172); }

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