Html Css Color HEX #4430AC Blue Gem

📋 copy color: '#4430AC'

red 68 ◦ green 48 ◦ blue 172

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

Shades of Blue Gem #4430AC

Tints of Blue Gem #4430AC

RGB

 RED value IS 68 (26.95% from 255) = 23.61%

 GREEN value IS 48 (19.14% from 255) = 16.67%

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 23.61%
G = 16.67%
B = 59.72%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4430AC (or 0x4430AC) is known color: Blue Gem. HEX triplet: 44, 30 and AC. RGB value is (68,48,172). Sum of RGB (Red+Green+Blue) = 68+48+172=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #4430AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4430AC is #BBCF53. Grayscale: #434343. Windows color (decimal): -12308308 or 11284548. OLE color: 11284548.

HSL color Cylindrical-coordinate representation of color #4430AC: hue angle of 249.68º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4430AC is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 48 172 -
CMYK 0.60 0.72 0 0.33
HSL 249.68º 0.56% 0.43% -
HSV(B) 249.68º 0.72% 0.67% -
XYZ 10.89 6.32 39.68 -
YUV 68.12 186.63 127.92 -
System Red Green Blue C M Y K H S L
Decimal 68 48 172 0.60 0.72 0 0.33 249.68 0.56 0.43
Hex 44 30 AC 3C 48 0 21 FA 38 2B
Octal 104 60 254 74 110 0 41 372 70 53
Binary 1000100 110000 10101100 111100 1001000 0 100001 11111010 111000 101011

Color Harmonies of #4430AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4430AC

Black with #4430AC

Text Example


Text Example

White with #4430AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4430AC; }

 p { color: rgb(68,48,172); }

 H1.HeaderClassName
 {
   color: #4430AC;
 }
 .AnyTagClassName
 {
   color: #4430AC;
 }
</style>

background-color css

<style>
 a { background-color: #4430AC; }

 a { background-color: rgb(68,48,172); }

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

border-color css

<style>
 span { border-color: #4430AC; }

 span { border-color: rgb(68,48,172); }

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