Html Css Color HEX #4C339E Blue Gem

📋 copy color: '#4C339E'

red 76 ◦ green 51 ◦ blue 158

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

Shades of Blue Gem #4C339E

Tints of Blue Gem #4C339E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

 BLUE value IS 158 (62.11% from 255) = 55.44%

R = 26.67%
G = 17.89%
B = 55.44%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C339E (or 0x4C339E) is known color: Blue Gem. HEX triplet: 4C, 33 and 9E. RGB value is (76,51,158). Sum of RGB (Red+Green+Blue) = 76+51+158=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C339E is #B3CC61. Grayscale: #464646. Windows color (decimal): -11783266 or 10367820. OLE color: 10367820.

HSL color Cylindrical-coordinate representation of color #4C339E: hue angle of 254.02º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C339E is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 51 158 -
CMYK 0.52 0.68 0 0.38
HSL 254.02º 0.51% 0.41% -
HSV(B) 254.02º 0.68% 0.62% -
XYZ 10.34 6.37 33.03 -
YUV 70.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 76 51 158 0.52 0.68 0 0.38 254.02 0.51 0.41
Hex 4C 33 9E 34 44 0 26 FE 33 29
Octal 114 63 236 64 104 0 46 376 63 51
Binary 1001100 110011 10011110 110100 1000100 0 100110 11111110 110011 101001

Color Harmonies of #4C339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C339E

Black with #4C339E

Text Example


Text Example

White with #4C339E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,51,158); }

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

background-color css

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

 a { background-color: rgb(76,51,158); }

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

border-color css

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

 span { border-color: rgb(76,51,158); }

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