Html Css Color HEX #4C308D Blue Gem

📋 copy color: '#4C308D'

red 76 ◦ green 48 ◦ blue 141

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

Shades of Blue Gem #4C308D

Tints of Blue Gem #4C308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.21%

R = 28.68%
G = 18.11%
B = 53.21%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C308D (or 0x4C308D) is known color: Blue Gem. HEX triplet: 4C, 30 and 8D. RGB value is (76,48,141). Sum of RGB (Red+Green+Blue) = 76+48+141=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C308D is #B3CF72. Grayscale: #424242. Windows color (decimal): -11784051 or 9252940. OLE color: 9252940.

HSL color Cylindrical-coordinate representation of color #4C308D: hue angle of 258.06º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C308D is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 48 141 -
CMYK 0.46 0.66 0 0.45
HSL 258.06º 0.49% 0.37% -
HSV(B) 258.06º 0.66% 0.55% -
XYZ 8.85 5.57 25.81 -
YUV 66.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 76 48 141 0.46 0.66 0 0.45 258.06 0.49 0.37
Hex 4C 30 8D 2E 42 0 2D 102 31 25
Octal 114 60 215 56 102 0 55 402 61 45
Binary 1001100 110000 10001101 101110 1000010 0 101101 100000010 110001 100101

Color Harmonies of #4C308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C308D

Black with #4C308D

Text Example


Text Example

White with #4C308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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