Html Css Color HEX #4C3363 Blue Diamond

📋 copy color: '#4C3363'

red 76 ◦ green 51 ◦ blue 99

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

Shades of Blue Diamond #4C3363

Tints of Blue Diamond #4C3363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.57%

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 33.63%
G = 22.57%
B = 43.81%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4C3363 (or 0x4C3363) is known color: Blue Diamond. HEX triplet: 4C, 33 and 63. RGB value is (76,51,99). Sum of RGB (Red+Green+Blue) = 76+51+99=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C3363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3363 is #B3CC9C. Grayscale: #3F3F3F. Windows color (decimal): -11783325 or 6501196. OLE color: 6501196.

HSL color Cylindrical-coordinate representation of color #4C3363: hue angle of 271.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C3363 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 76 51 99 -
CMYK 0.23 0.48 0 0.61
HSL 271.25º 0.32% 0.29% -
HSV(B) 271.25º 0.48% 0.39% -
XYZ 6.42 4.81 12.39 -
YUV 63.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 76 51 99 0.23 0.48 0 0.61 271.25 0.32 0.29
Hex 4C 33 63 17 30 0 3D 10F 20 1D
Octal 114 63 143 27 60 0 75 417 40 35
Binary 1001100 110011 1100011 10111 110000 0 111101 100001111 100000 11101

Color Harmonies of #4C3363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3363

Black with #4C3363

Text Example


Text Example

White with #4C3363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,51,99); }

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

background-color css

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

 a { background-color: rgb(76,51,99); }

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

border-color css

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

 span { border-color: rgb(76,51,99); }

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