Html Css Color HEX #4C309A Blue Gem

📋 copy color: '#4C309A'

red 76 ◦ green 48 ◦ blue 154

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

Shades of Blue Gem #4C309A

Tints of Blue Gem #4C309A

RGB

 RED value IS 76 (30.08% from 255) = 27.34%

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

 BLUE value IS 154 (60.55% from 255) = 55.4%

R = 27.34%
G = 17.27%
B = 55.4%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4C309A (or 0x4C309A) is known color: Blue Gem. HEX triplet: 4C, 30 and 9A. RGB value is (76,48,154). Sum of RGB (Red+Green+Blue) = 76+48+154=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C309A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C309A is #B3CF65. Grayscale: #444444. Windows color (decimal): -11784038 or 10104908. OLE color: 10104908.

HSL color Cylindrical-coordinate representation of color #4C309A: hue angle of 255.85º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C309A is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 48 154 -
CMYK 0.51 0.69 0 0.40
HSL 255.85º 0.52% 0.4% -
HSV(B) 255.85º 0.69% 0.6% -
XYZ 9.87 5.98 31.21 -
YUV 68.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 76 48 154 0.51 0.69 0 0.40 255.85 0.52 0.4
Hex 4C 30 9A 33 45 0 28 100 34 28
Octal 114 60 232 63 105 0 50 400 64 50
Binary 1001100 110000 10011010 110011 1000101 0 101000 100000000 110100 101000

Color Harmonies of #4C309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C309A

Black with #4C309A

Text Example


Text Example

White with #4C309A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C309A; }

 p { color: rgb(76,48,154); }

 H1.HeaderClassName
 {
   color: #4C309A;
 }
 .AnyTagClassName
 {
   color: #4C309A;
 }
</style>

background-color css

<style>
 a { background-color: #4C309A; }

 a { background-color: rgb(76,48,154); }

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

border-color css

<style>
 span { border-color: #4C309A; }

 span { border-color: rgb(76,48,154); }

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