Html Css Color HEX #4330AC Blue Gem

📋 copy color: '#4330AC'

red 67 ◦ green 48 ◦ blue 172

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

Shades of Blue Gem #4330AC

Tints of Blue Gem #4330AC

RGB

 RED value IS 67 (26.56% from 255) = 23.34%

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

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

R = 23.34%
G = 16.72%
B = 59.93%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4330AC (or 0x4330AC) is known color: Blue Gem. HEX triplet: 43, 30 and AC. RGB value is (67,48,172). Sum of RGB (Red+Green+Blue) = 67+48+172=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #4330AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4330AC is #BCCF53. Grayscale: #434343. Windows color (decimal): -12373844 or 11284547. OLE color: 11284547.

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

Color convert

RGB 67 48 172 -
CMYK 0.61 0.72 0 0.33
HSL 249.19º 0.56% 0.43% -
HSV(B) 249.19º 0.72% 0.67% -
XYZ 10.82 6.29 39.67 -
YUV 67.82 186.79 127.42 -
System Red Green Blue C M Y K H S L
Decimal 67 48 172 0.61 0.72 0 0.33 249.19 0.56 0.43
Hex 43 30 AC 3D 48 0 21 F9 38 2B
Octal 103 60 254 75 110 0 41 371 70 53
Binary 1000011 110000 10101100 111101 1001000 0 100001 11111001 111000 101011

Color Harmonies of #4330AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4330AC

Black with #4330AC

Text Example


Text Example

White with #4330AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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