Html Css Color HEX #4330A0 Blue Gem

📋 copy color: '#4330A0'

red 67 ◦ green 48 ◦ blue 160

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

Shades of Blue Gem #4330A0

Tints of Blue Gem #4330A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 58.18%

R = 24.36%
G = 17.45%
B = 58.18%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4330A0 (or 0x4330A0) is known color: Blue Gem. HEX triplet: 43, 30 and A0. RGB value is (67,48,160). Sum of RGB (Red+Green+Blue) = 67+48+160=275 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.36% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 160 (62.89% from 255 or 58.18% from 275); Max value from RGB is 160 - color contains mainly: blue. Hex color #4330A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4330A0 is #BCCF5F. Grayscale: #424242. Windows color (decimal): -12373856 or 10498115. OLE color: 10498115.

HSL color Cylindrical-coordinate representation of color #4330A0: hue angle of 250.18º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4330A0 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 67 48 160 -
CMYK 0.58 0.70 0 0.37
HSL 250.18º 0.54% 0.41% -
HSV(B) 250.18º 0.7% 0.63% -
XYZ 9.72 5.85 33.87 -
YUV 66.45 180.79 128.39 -
System Red Green Blue C M Y K H S L
Decimal 67 48 160 0.58 0.70 0 0.37 250.18 0.54 0.41
Hex 43 30 A0 3A 46 0 25 FA 36 29
Octal 103 60 240 72 106 0 45 372 66 51
Binary 1000011 110000 10100000 111010 1000110 0 100101 11111010 110110 101001

Color Harmonies of #4330A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4330A0

Black with #4330A0

Text Example


Text Example

White with #4330A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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