Html Css Color HEX #4330AB Blue Gem

📋 copy color: '#4330AB'

red 67 ◦ green 48 ◦ blue 171

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

Shades of Blue Gem #4330AB

Tints of Blue Gem #4330AB

RGB

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

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

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

R = 23.43%
G = 16.78%
B = 59.79%

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

#4330AB (or 0x4330AB) is known color: Blue Gem. HEX triplet: 43, 30 and AB. RGB value is (67,48,171). Sum of RGB (Red+Green+Blue) = 67+48+171=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #4330AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4330AB is #BCCF54. Grayscale: #434343. Windows color (decimal): -12373845 or 11219011. OLE color: 11219011.

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

Color convert

RGB 67 48 171 -
CMYK 0.61 0.72 0 0.33
HSL 249.27º 0.56% 0.43% -
HSV(B) 249.27º 0.72% 0.67% -
XYZ 10.72 6.25 39.17 -
YUV 67.7 186.29 127.5 -
System Red Green Blue C M Y K H S L
Decimal 67 48 171 0.61 0.72 0 0.33 249.27 0.56 0.43
Hex 43 30 AB 3D 48 0 21 F9 38 2B
Octal 103 60 253 75 110 0 41 371 70 53
Binary 1000011 110000 10101011 111101 1001000 0 100001 11111001 111000 101011

Color Harmonies of #4330AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4330AB

Black with #4330AB

Text Example


Text Example

White with #4330AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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