Html Css Color HEX #4C2B67 Blue Diamond

📋 copy color: '#4C2B67'

red 76 ◦ green 43 ◦ blue 103

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

Shades of Blue Diamond #4C2B67

Tints of Blue Diamond #4C2B67

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.37%

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

R = 34.23%
G = 19.37%
B = 46.4%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4C2B67 (or 0x4C2B67) is known color: Blue Diamond. HEX triplet: 4C, 2B and 67. RGB value is (76,43,103). Sum of RGB (Red+Green+Blue) = 76+43+103=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C2B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2B67 is #B3D498. Grayscale: #3B3B3B. Windows color (decimal): -11785369 or 6761292. OLE color: 6761292.

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

Color convert

RGB 76 43 103 -
CMYK 0.26 0.58 0 0.60
HSL 273º 0.41% 0.29% -
HSV(B) 273º 0.58% 0.4% -
XYZ 6.29 4.24 13.32 -
YUV 59.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 76 43 103 0.26 0.58 0 0.60 273 0.41 0.29
Hex 4C 2B 67 1A 3A 0 3C 111 29 1D
Octal 114 53 147 32 72 0 74 421 51 35
Binary 1001100 101011 1100111 11010 111010 0 111100 100010001 101001 11101

Color Harmonies of #4C2B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2B67

Black with #4C2B67

Text Example


Text Example

White with #4C2B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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