Html Css Color HEX #4C358F Blue Gem

📋 copy color: '#4C358F'

red 76 ◦ green 53 ◦ blue 143

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

Shades of Blue Gem #4C358F

Tints of Blue Gem #4C358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.49%

 BLUE value IS 143 (56.25% from 255) = 52.57%

R = 27.94%
G = 19.49%
B = 52.57%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4C358F (or 0x4C358F) is known color: Blue Gem. HEX triplet: 4C, 35 and 8F. RGB value is (76,53,143). Sum of RGB (Red+Green+Blue) = 76+53+143=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C358F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C358F is #B3CA70. Grayscale: #454545. Windows color (decimal): -11782769 or 9385292. OLE color: 9385292.

HSL color Cylindrical-coordinate representation of color #4C358F: hue angle of 255.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C358F is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 53 143 -
CMYK 0.47 0.63 0 0.44
HSL 255.33º 0.46% 0.38% -
HSV(B) 255.33º 0.63% 0.56% -
XYZ 9.21 6.07 26.67 -
YUV 70.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 76 53 143 0.47 0.63 0 0.44 255.33 0.46 0.38
Hex 4C 35 8F 2F 3F 0 2C FF 2E 26
Octal 114 65 217 57 77 0 54 377 56 46
Binary 1001100 110101 10001111 101111 111111 0 101100 11111111 101110 100110

Color Harmonies of #4C358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C358F

Black with #4C358F

Text Example


Text Example

White with #4C358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,53,143); }

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

background-color css

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

 a { background-color: rgb(76,53,143); }

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

border-color css

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

 span { border-color: rgb(76,53,143); }

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