Html Css Color HEX #422EAB Blue Gem

📋 copy color: '#422EAB'

red 66 ◦ green 46 ◦ blue 171

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

Shades of Blue Gem #422EAB

Tints of Blue Gem #422EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.42%

R = 23.32%
G = 16.25%
B = 60.42%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#422EAB (or 0x422EAB) is known color: Blue Gem. HEX triplet: 42, 2E and AB. RGB value is (66,46,171). Sum of RGB (Red+Green+Blue) = 66+46+171=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #422EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422EAB is #BDD154. Grayscale: #414141. Windows color (decimal): -12439893 or 11218498. OLE color: 11218498.

HSL color Cylindrical-coordinate representation of color #422EAB: hue angle of 249.6º 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 #422EAB is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 46 171 -
CMYK 0.61 0.73 0 0.33
HSL 249.6º 0.58% 0.43% -
HSV(B) 249.6º 0.73% 0.67% -
XYZ 10.57 6.05 39.14 -
YUV 66.23 187.13 127.84 -
System Red Green Blue C M Y K H S L
Decimal 66 46 171 0.61 0.73 0 0.33 249.6 0.58 0.43
Hex 42 2E AB 3D 49 0 21 FA 3A 2B
Octal 102 56 253 75 111 0 41 372 72 53
Binary 1000010 101110 10101011 111101 1001001 0 100001 11111010 111010 101011

Color Harmonies of #422EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422EAB

Black with #422EAB

Text Example


Text Example

White with #422EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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