Html Css Color HEX #4227AA Blue Gem

📋 copy color: '#4227AA'

red 66 ◦ green 39 ◦ blue 170

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

Shades of Blue Gem #4227AA

Tints of Blue Gem #4227AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.18%

 BLUE value IS 170 (66.8% from 255) = 61.82%

R = 24%
G = 14.18%
B = 61.82%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4227AA (or 0x4227AA) is known color: Blue Gem. HEX triplet: 42, 27 and AA. RGB value is (66,39,170). Sum of RGB (Red+Green+Blue) = 66+39+170=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #4227AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4227AA is #BDD855. Grayscale: #3D3D3D. Windows color (decimal): -12441686 or 11151170. OLE color: 11151170.

HSL color Cylindrical-coordinate representation of color #4227AA: hue angle of 252.37º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4227AA is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 39 170 -
CMYK 0.61 0.77 0 0.33
HSL 252.37º 0.63% 0.41% -
HSV(B) 252.37º 0.77% 0.67% -
XYZ 10.23 5.51 38.55 -
YUV 62.01 188.95 130.85 -
System Red Green Blue C M Y K H S L
Decimal 66 39 170 0.61 0.77 0 0.33 252.37 0.63 0.41
Hex 42 27 AA 3D 4D 0 21 FC 3F 29
Octal 102 47 252 75 115 0 41 374 77 51
Binary 1000010 100111 10101010 111101 1001101 0 100001 11111100 111111 101001

Color Harmonies of #4227AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4227AA

Black with #4227AA

Text Example


Text Example

White with #4227AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4227AA; }

 p { color: rgb(66,39,170); }

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

background-color css

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

 a { background-color: rgb(66,39,170); }

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

border-color css

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

 span { border-color: rgb(66,39,170); }

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