Html Css Color HEX #4C286E Blue Diamond

📋 copy color: '#4C286E'

red 76 ◦ green 40 ◦ blue 110

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

Shades of Blue Diamond #4C286E

Tints of Blue Diamond #4C286E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.67%

R = 33.63%
G = 17.7%
B = 48.67%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C286E (or 0x4C286E) is known color: Blue Diamond. HEX triplet: 4C, 28 and 6E. RGB value is (76,40,110). Sum of RGB (Red+Green+Blue) = 76+40+110=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C286E is #B3D791. Grayscale: #3A3A3A. Windows color (decimal): -11786130 or 7219276. OLE color: 7219276.

HSL color Cylindrical-coordinate representation of color #4C286E: hue angle of 270.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C286E is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 40 110 -
CMYK 0.31 0.64 0 0.57
HSL 270.86º 0.47% 0.29% -
HSV(B) 270.86º 0.64% 0.43% -
XYZ 6.55 4.18 15.21 -
YUV 58.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 76 40 110 0.31 0.64 0 0.57 270.86 0.47 0.29
Hex 4C 28 6E 1F 40 0 39 10F 2F 1D
Octal 114 50 156 37 100 0 71 417 57 35
Binary 1001100 101000 1101110 11111 1000000 0 111001 100001111 101111 11101

Color Harmonies of #4C286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C286E

Black with #4C286E

Text Example


Text Example

White with #4C286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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