Html Css Color HEX #4B3075 Blue Diamond

📋 copy color: '#4B3075'

red 75 ◦ green 48 ◦ blue 117

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

Shades of Blue Diamond #4B3075

Tints of Blue Diamond #4B3075

RGB

 RED value IS 75 (29.69% from 255) = 31.25%

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

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

R = 31.25%
G = 20%
B = 48.75%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4B3075 (or 0x4B3075) is known color: Blue Diamond. HEX triplet: 4B, 30 and 75. RGB value is (75,48,117). Sum of RGB (Red+Green+Blue) = 75+48+117=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B3075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3075 is #B4CF8A. Grayscale: #3F3F3F. Windows color (decimal): -11849611 or 7680075. OLE color: 7680075.

HSL color Cylindrical-coordinate representation of color #4B3075: hue angle of 263.48º 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 #4B3075 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 48 117 -
CMYK 0.36 0.59 0 0.54
HSL 263.48º 0.42% 0.32% -
HSV(B) 263.48º 0.59% 0.46% -
XYZ 7.17 4.89 17.4 -
YUV 63.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 75 48 117 0.36 0.59 0 0.54 263.48 0.42 0.32
Hex 4B 30 75 24 3B 0 36 107 2A 20
Octal 113 60 165 44 73 0 66 407 52 40
Binary 1001011 110000 1110101 100100 111011 0 110110 100000111 101010 100000

Color Harmonies of #4B3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3075

Black with #4B3075

Text Example


Text Example

White with #4B3075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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