Html Css Color HEX #4C3075 Blue Diamond

📋 copy color: '#4C3075'

red 76 ◦ green 48 ◦ blue 117

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

Shades of Blue Diamond #4C3075

Tints of Blue Diamond #4C3075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 31.54%
G = 19.92%
B = 48.55%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4C3075 (or 0x4C3075) is known color: Blue Diamond. HEX triplet: 4C, 30 and 75. RGB value is (76,48,117). Sum of RGB (Red+Green+Blue) = 76+48+117=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C3075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3075 is #B3CF8A. Grayscale: #3F3F3F. Windows color (decimal): -11784075 or 7680076. OLE color: 7680076.

HSL color Cylindrical-coordinate representation of color #4C3075: hue angle of 264.35º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C3075 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 48 117 -
CMYK 0.35 0.59 0 0.54
HSL 264.35º 0.42% 0.32% -
HSV(B) 264.35º 0.59% 0.46% -
XYZ 7.25 4.93 17.4 -
YUV 64.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 76 48 117 0.35 0.59 0 0.54 264.35 0.42 0.32
Hex 4C 30 75 23 3B 0 36 108 2A 20
Octal 114 60 165 43 73 0 66 410 52 40
Binary 1001100 110000 1110101 100011 111011 0 110110 100001000 101010 100000

Color Harmonies of #4C3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3075

Black with #4C3075

Text Example


Text Example

White with #4C3075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,48,117); }

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

background-color css

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

 a { background-color: rgb(76,48,117); }

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

border-color css

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

 span { border-color: rgb(76,48,117); }

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