Html Css Color HEX #4C3885 Blue Gem

📋 copy color: '#4C3885'

red 76 ◦ green 56 ◦ blue 133

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

Shades of Blue Gem #4C3885

Tints of Blue Gem #4C3885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.19%

R = 28.68%
G = 21.13%
B = 50.19%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4C3885 (or 0x4C3885) is known color: Blue Gem. HEX triplet: 4C, 38 and 85. RGB value is (76,56,133). Sum of RGB (Red+Green+Blue) = 76+56+133=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C3885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3885 is #B3C77A. Grayscale: #464646. Windows color (decimal): -11782011 or 8730700. OLE color: 8730700.

HSL color Cylindrical-coordinate representation of color #4C3885: hue angle of 255.58º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C3885 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 76 56 133 -
CMYK 0.43 0.58 0 0.48
HSL 255.58º 0.41% 0.37% -
HSV(B) 255.58º 0.58% 0.52% -
XYZ 8.63 6.06 22.9 -
YUV 70.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 76 56 133 0.43 0.58 0 0.48 255.58 0.41 0.37
Hex 4C 38 85 2B 3A 0 30 100 29 25
Octal 114 70 205 53 72 0 60 400 51 45
Binary 1001100 111000 10000101 101011 111010 0 110000 100000000 101001 100101

Color Harmonies of #4C3885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3885

Black with #4C3885

Text Example


Text Example

White with #4C3885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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