Html Css Color HEX #4C3883 Blue Gem

📋 copy color: '#4C3883'

red 76 ◦ green 56 ◦ blue 131

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

Shades of Blue Gem #4C3883

Tints of Blue Gem #4C3883

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.29%

 BLUE value IS 131 (51.56% from 255) = 49.81%

R = 28.9%
G = 21.29%
B = 49.81%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4C3883 (or 0x4C3883) is known color: Blue Gem. HEX triplet: 4C, 38 and 83. RGB value is (76,56,131). Sum of RGB (Red+Green+Blue) = 76+56+131=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C3883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3883 is #B3C77C. Grayscale: #464646. Windows color (decimal): -11782013 or 8599628. OLE color: 8599628.

HSL color Cylindrical-coordinate representation of color #4C3883: hue angle of 256º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C3883 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 56 131 -
CMYK 0.42 0.57 0 0.49
HSL 256º 0.4% 0.37% -
HSV(B) 256º 0.57% 0.51% -
XYZ 8.49 6 22.18 -
YUV 70.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 76 56 131 0.42 0.57 0 0.49 256 0.4 0.37
Hex 4C 38 83 2A 39 0 31 100 28 25
Octal 114 70 203 52 71 0 61 400 50 45
Binary 1001100 111000 10000011 101010 111001 0 110001 100000000 101000 100101

Color Harmonies of #4C3883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3883

Black with #4C3883

Text Example


Text Example

White with #4C3883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,56,131); }

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

background-color css

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

 a { background-color: rgb(76,56,131); }

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

border-color css

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

 span { border-color: rgb(76,56,131); }

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