Html Css Color HEX #4C2670 Blue Diamond

📋 copy color: '#4C2670'

red 76 ◦ green 38 ◦ blue 112

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

Shades of Blue Diamond #4C2670

Tints of Blue Diamond #4C2670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.81%

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

R = 33.63%
G = 16.81%
B = 49.56%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C2670 (or 0x4C2670) is known color: Blue Diamond. HEX triplet: 4C, 26 and 70. RGB value is (76,38,112). Sum of RGB (Red+Green+Blue) = 76+38+112=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C2670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2670 is #B3D98F. Grayscale: #393939. Windows color (decimal): -11786640 or 7349836. OLE color: 7349836.

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

Color convert

RGB 76 38 112 -
CMYK 0.32 0.66 0 0.56
HSL 270.81º 0.49% 0.29% -
HSV(B) 270.81º 0.66% 0.44% -
XYZ 6.6 4.09 15.77 -
YUV 57.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 76 38 112 0.32 0.66 0 0.56 270.81 0.49 0.29
Hex 4C 26 70 20 42 0 38 10F 31 1D
Octal 114 46 160 40 102 0 70 417 61 35
Binary 1001100 100110 1110000 100000 1000010 0 111000 100001111 110001 11101

Color Harmonies of #4C2670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2670

Black with #4C2670

Text Example


Text Example

White with #4C2670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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