Html Css Color HEX #4C227A Blue Diamond

📋 copy color: '#4C227A'

red 76 ◦ green 34 ◦ blue 122

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

Shades of Blue Diamond #4C227A

Tints of Blue Diamond #4C227A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

 BLUE value IS 122 (48.05% from 255) = 52.59%

R = 32.76%
G = 14.66%
B = 52.59%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C227A (or 0x4C227A) is known color: Blue Diamond. HEX triplet: 4C, 22 and 7A. RGB value is (76,34,122). Sum of RGB (Red+Green+Blue) = 76+34+122=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C227A is #B3DD85. Grayscale: #383838. Windows color (decimal): -11787654 or 8004172. OLE color: 8004172.

HSL color Cylindrical-coordinate representation of color #4C227A: hue angle of 268.64º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C227A is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 34 122 -
CMYK 0.38 0.72 0 0.52
HSL 268.64º 0.56% 0.31% -
HSV(B) 268.64º 0.72% 0.48% -
XYZ 7.07 4.09 18.83 -
YUV 56.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 76 34 122 0.38 0.72 0 0.52 268.64 0.56 0.31
Hex 4C 22 7A 26 48 0 34 10D 38 1F
Octal 114 42 172 46 110 0 64 415 70 37
Binary 1001100 100010 1111010 100110 1001000 0 110100 100001101 111000 11111

Color Harmonies of #4C227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C227A

Black with #4C227A

Text Example


Text Example

White with #4C227A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,34,122); }

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

background-color css

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

 a { background-color: rgb(76,34,122); }

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

border-color css

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

 span { border-color: rgb(76,34,122); }

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