Html Css Color HEX #4C3267 Blue Diamond

📋 copy color: '#4C3267'

red 76 ◦ green 50 ◦ blue 103

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

Shades of Blue Diamond #4C3267

Tints of Blue Diamond #4C3267

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 103 (40.63% from 255) = 44.98%

R = 33.19%
G = 21.83%
B = 44.98%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4C3267 (or 0x4C3267) is known color: Blue Diamond. HEX triplet: 4C, 32 and 67. RGB value is (76,50,103). Sum of RGB (Red+Green+Blue) = 76+50+103=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C3267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3267 is #B3CD98. Grayscale: #3F3F3F. Windows color (decimal): -11783577 or 6763084. OLE color: 6763084.

HSL color Cylindrical-coordinate representation of color #4C3267: hue angle of 269.43º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C3267 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 50 103 -
CMYK 0.26 0.51 0 0.60
HSL 269.43º 0.35% 0.3% -
HSV(B) 269.43º 0.51% 0.4% -
XYZ 6.57 4.8 13.41 -
YUV 63.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 76 50 103 0.26 0.51 0 0.60 269.43 0.35 0.3
Hex 4C 32 67 1A 33 0 3C 10D 23 1E
Octal 114 62 147 32 63 0 74 415 43 36
Binary 1001100 110010 1100111 11010 110011 0 111100 100001101 100011 11110

Color Harmonies of #4C3267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3267

Black with #4C3267

Text Example


Text Example

White with #4C3267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,50,103); }

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

background-color css

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

 a { background-color: rgb(76,50,103); }

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

border-color css

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

 span { border-color: rgb(76,50,103); }

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