Html Css Color HEX #4C3270 Blue Diamond

📋 copy color: '#4C3270'

red 76 ◦ green 50 ◦ blue 112

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

Shades of Blue Diamond #4C3270

Tints of Blue Diamond #4C3270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.01%

 BLUE value IS 112 (44.14% from 255) = 47.06%

R = 31.93%
G = 21.01%
B = 47.06%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C3270 (or 0x4C3270) is known color: Blue Diamond. HEX triplet: 4C, 32 and 70. RGB value is (76,50,112). Sum of RGB (Red+Green+Blue) = 76+50+112=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C3270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3270 is #B3CD8F. Grayscale: #404040. Windows color (decimal): -11783568 or 7352908. OLE color: 7352908.

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

Color convert

RGB 76 50 112 -
CMYK 0.32 0.55 0 0.56
HSL 265.16º 0.38% 0.32% -
HSV(B) 265.16º 0.55% 0.44% -
XYZ 7.05 4.99 15.92 -
YUV 64.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 76 50 112 0.32 0.55 0 0.56 265.16 0.38 0.32
Hex 4C 32 70 20 37 0 38 109 26 20
Octal 114 62 160 40 67 0 70 411 46 40
Binary 1001100 110010 1110000 100000 110111 0 111000 100001001 100110 100000

Color Harmonies of #4C3270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3270

Black with #4C3270

Text Example


Text Example

White with #4C3270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,50,112); }

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

background-color css

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

 a { background-color: rgb(76,50,112); }

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

border-color css

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

 span { border-color: rgb(76,50,112); }

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