Html Css Color HEX #4227AB Blue Gem

📋 copy color: '#4227AB'

red 66 ◦ green 39 ◦ blue 171

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

Shades of Blue Gem #4227AB

Tints of Blue Gem #4227AB

RGB

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

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

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

R = 23.91%
G = 14.13%
B = 61.96%

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

#4227AB (or 0x4227AB) is known color: Blue Gem. HEX triplet: 42, 27 and AB. RGB value is (66,39,171). Sum of RGB (Red+Green+Blue) = 66+39+171=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #4227AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4227AB is #BDD854. Grayscale: #3D3D3D. Windows color (decimal): -12441685 or 11216706. OLE color: 11216706.

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

Color convert

RGB 66 39 171 -
CMYK 0.61 0.77 0 0.33
HSL 252.27º 0.63% 0.41% -
HSV(B) 252.27º 0.77% 0.67% -
XYZ 10.32 5.55 39.06 -
YUV 62.12 189.45 130.77 -
System Red Green Blue C M Y K H S L
Decimal 66 39 171 0.61 0.77 0 0.33 252.27 0.63 0.41
Hex 42 27 AB 3D 4D 0 21 FC 3F 29
Octal 102 47 253 75 115 0 41 374 77 51
Binary 1000010 100111 10101011 111101 1001101 0 100001 11111100 111111 101001

Color Harmonies of #4227AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4227AB

Black with #4227AB

Text Example


Text Example

White with #4227AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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