Html Css Color HEX #4C2375 Blue Diamond

📋 copy color: '#4C2375'

red 76 ◦ green 35 ◦ blue 117

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

Shades of Blue Diamond #4C2375

Tints of Blue Diamond #4C2375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.35%

 BLUE value IS 117 (46.09% from 255) = 51.32%

R = 33.33%
G = 15.35%
B = 51.32%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4C2375 (or 0x4C2375) is known color: Blue Diamond. HEX triplet: 4C, 23 and 75. RGB value is (76,35,117). Sum of RGB (Red+Green+Blue) = 76+35+117=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C2375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2375 is #B3DC8A. Grayscale: #383838. Windows color (decimal): -11787403 or 7676748. OLE color: 7676748.

HSL color Cylindrical-coordinate representation of color #4C2375: hue angle of 270º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C2375 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 35 117 -
CMYK 0.35 0.70 0 0.54
HSL 270º 0.54% 0.3% -
HSV(B) 270º 0.7% 0.46% -
XYZ 6.79 4.02 17.25 -
YUV 56.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 76 35 117 0.35 0.70 0 0.54 270 0.54 0.3
Hex 4C 23 75 23 46 0 36 10E 36 1E
Octal 114 43 165 43 106 0 66 416 66 36
Binary 1001100 100011 1110101 100011 1000110 0 110110 100001110 110110 11110

Color Harmonies of #4C2375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2375

Black with #4C2375

Text Example


Text Example

White with #4C2375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,35,117); }

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

background-color css

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

 a { background-color: rgb(76,35,117); }

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

border-color css

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

 span { border-color: rgb(76,35,117); }

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