Html Css Color HEX #422BAD Blue Gem

📋 copy color: '#422BAD'

red 66 ◦ green 43 ◦ blue 173

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

Shades of Blue Gem #422BAD

Tints of Blue Gem #422BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.25%

 BLUE value IS 173 (67.97% from 255) = 61.35%

R = 23.4%
G = 15.25%
B = 61.35%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#422BAD (or 0x422BAD) is known color: Blue Gem. HEX triplet: 42, 2B and AD. RGB value is (66,43,173). Sum of RGB (Red+Green+Blue) = 66+43+173=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #422BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422BAD is #BDD452. Grayscale: #404040. Windows color (decimal): -12440659 or 11348802. OLE color: 11348802.

HSL color Cylindrical-coordinate representation of color #422BAD: hue angle of 250.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422BAD is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 43 173 -
CMYK 0.62 0.75 0 0.32
HSL 250.62º 0.6% 0.42% -
HSV(B) 250.62º 0.75% 0.68% -
XYZ 10.65 5.9 40.11 -
YUV 64.7 189.12 128.93 -
System Red Green Blue C M Y K H S L
Decimal 66 43 173 0.62 0.75 0 0.32 250.62 0.6 0.42
Hex 42 2B AD 3E 4B 0 20 FB 3C 2A
Octal 102 53 255 76 113 0 40 373 74 52
Binary 1000010 101011 10101101 111110 1001011 0 100000 11111011 111100 101010

Color Harmonies of #422BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422BAD

Black with #422BAD

Text Example


Text Example

White with #422BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,43,173); }

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

background-color css

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

 a { background-color: rgb(66,43,173); }

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

border-color css

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

 span { border-color: rgb(66,43,173); }

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