Html Css Color HEX #4229AF Blue Gem

📋 copy color: '#4229AF'

red 66 ◦ green 41 ◦ blue 175

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

Shades of Blue Gem #4229AF

Tints of Blue Gem #4229AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

 BLUE value IS 175 (68.75% from 255) = 62.06%

R = 23.4%
G = 14.54%
B = 62.06%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4229AF (or 0x4229AF) is known color: Blue Gem. HEX triplet: 42, 29 and AF. RGB value is (66,41,175). Sum of RGB (Red+Green+Blue) = 66+41+175=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #4229AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4229AF is #BDD650. Grayscale: #3F3F3F. Windows color (decimal): -12441169 or 11479362. OLE color: 11479362.

HSL color Cylindrical-coordinate representation of color #4229AF: hue angle of 251.19º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4229AF is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 41 175 -
CMYK 0.62 0.77 0 0.31
HSL 251.19º 0.62% 0.42% -
HSV(B) 251.19º 0.77% 0.69% -
XYZ 10.78 5.84 41.12 -
YUV 63.75 190.78 129.6 -
System Red Green Blue C M Y K H S L
Decimal 66 41 175 0.62 0.77 0 0.31 251.19 0.62 0.42
Hex 42 29 AF 3E 4D 0 1F FB 3E 2A
Octal 102 51 257 76 115 0 37 373 76 52
Binary 1000010 101001 10101111 111110 1001101 0 11111 11111011 111110 101010

Color Harmonies of #4229AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4229AF

Black with #4229AF

Text Example


Text Example

White with #4229AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4229AF; }

 p { color: rgb(66,41,175); }

 H1.HeaderClassName
 {
   color: #4229AF;
 }
 .AnyTagClassName
 {
   color: #4229AF;
 }
</style>

background-color css

<style>
 a { background-color: #4229AF; }

 a { background-color: rgb(66,41,175); }

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

border-color css

<style>
 span { border-color: #4229AF; }

 span { border-color: rgb(66,41,175); }

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