Html Css Color HEX #4C2870 Blue Diamond

📋 copy color: '#4C2870'

red 76 ◦ green 40 ◦ blue 112

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

Shades of Blue Diamond #4C2870

Tints of Blue Diamond #4C2870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

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

R = 33.33%
G = 17.54%
B = 49.12%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C2870 (or 0x4C2870) is known color: Blue Diamond. HEX triplet: 4C, 28 and 70. RGB value is (76,40,112). Sum of RGB (Red+Green+Blue) = 76+40+112=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C2870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2870 is #B3D78F. Grayscale: #3A3A3A. Windows color (decimal): -11786128 or 7350348. OLE color: 7350348.

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

Color convert

RGB 76 40 112 -
CMYK 0.32 0.64 0 0.56
HSL 270º 0.47% 0.3% -
HSV(B) 270º 0.64% 0.44% -
XYZ 6.66 4.22 15.79 -
YUV 58.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 76 40 112 0.32 0.64 0 0.56 270 0.47 0.3
Hex 4C 28 70 20 40 0 38 10E 2F 1E
Octal 114 50 160 40 100 0 70 416 57 36
Binary 1001100 101000 1110000 100000 1000000 0 111000 100001110 101111 11110

Color Harmonies of #4C2870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2870

Black with #4C2870

Text Example


Text Example

White with #4C2870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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