Html Css Color HEX #4C267B Blue Diamond

📋 copy color: '#4C267B'

red 76 ◦ green 38 ◦ blue 123

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

Shades of Blue Diamond #4C267B

Tints of Blue Diamond #4C267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.03%

 BLUE value IS 123 (48.44% from 255) = 51.9%

R = 32.07%
G = 16.03%
B = 51.9%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C267B (or 0x4C267B) is known color: Blue Diamond. HEX triplet: 4C, 26 and 7B. RGB value is (76,38,123). Sum of RGB (Red+Green+Blue) = 76+38+123=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C267B is #B3D984. Grayscale: #3A3A3A. Windows color (decimal): -11786629 or 8070732. OLE color: 8070732.

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

Color convert

RGB 76 38 123 -
CMYK 0.38 0.69 0 0.52
HSL 266.82º 0.53% 0.32% -
HSV(B) 266.82º 0.69% 0.48% -
XYZ 7.25 4.35 19.2 -
YUV 59.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 76 38 123 0.38 0.69 0 0.52 266.82 0.53 0.32
Hex 4C 26 7B 26 45 0 34 10B 35 20
Octal 114 46 173 46 105 0 64 413 65 40
Binary 1001100 100110 1111011 100110 1000101 0 110100 100001011 110101 100000

Color Harmonies of #4C267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C267B

Black with #4C267B

Text Example


Text Example

White with #4C267B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,38,123); }

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

background-color css

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

 a { background-color: rgb(76,38,123); }

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

border-color css

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

 span { border-color: rgb(76,38,123); }

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