Html Css Color HEX #4C287B Blue Diamond

📋 copy color: '#4C287B'

red 76 ◦ green 40 ◦ blue 123

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

Shades of Blue Diamond #4C287B

Tints of Blue Diamond #4C287B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

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

R = 31.8%
G = 16.74%
B = 51.46%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C287B (or 0x4C287B) is known color: Blue Diamond. HEX triplet: 4C, 28 and 7B. RGB value is (76,40,123). Sum of RGB (Red+Green+Blue) = 76+40+123=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C287B is #B3D784. Grayscale: #3B3B3B. Windows color (decimal): -11786117 or 8071244. OLE color: 8071244.

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

Color convert

RGB 76 40 123 -
CMYK 0.38 0.67 0 0.52
HSL 266.02º 0.51% 0.32% -
HSV(B) 266.02º 0.67% 0.48% -
XYZ 7.31 4.48 19.22 -
YUV 60.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 76 40 123 0.38 0.67 0 0.52 266.02 0.51 0.32
Hex 4C 28 7B 26 43 0 34 10A 33 20
Octal 114 50 173 46 103 0 64 412 63 40
Binary 1001100 101000 1111011 100110 1000011 0 110100 100001010 110011 100000

Color Harmonies of #4C287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C287B

Black with #4C287B

Text Example


Text Example

White with #4C287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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