Html Css Color HEX #4B3070 Blue Diamond

📋 copy color: '#4B3070'

red 75 ◦ green 48 ◦ blue 112

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

Shades of Blue Diamond #4B3070

Tints of Blue Diamond #4B3070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.66%

R = 31.91%
G = 20.43%
B = 47.66%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B3070 (or 0x4B3070) is known color: Blue Diamond. HEX triplet: 4B, 30 and 70. RGB value is (75,48,112). Sum of RGB (Red+Green+Blue) = 75+48+112=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B3070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3070 is #B4CF8F. Grayscale: #3F3F3F. Windows color (decimal): -11849616 or 7352395. OLE color: 7352395.

HSL color Cylindrical-coordinate representation of color #4B3070: hue angle of 265.31º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B3070 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 48 112 -
CMYK 0.33 0.57 0 0.56
HSL 265.31º 0.4% 0.31% -
HSV(B) 265.31º 0.57% 0.44% -
XYZ 6.88 4.78 15.89 -
YUV 63.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 75 48 112 0.33 0.57 0 0.56 265.31 0.4 0.31
Hex 4B 30 70 21 39 0 38 109 28 1F
Octal 113 60 160 41 71 0 70 411 50 37
Binary 1001011 110000 1110000 100001 111001 0 111000 100001001 101000 11111

Color Harmonies of #4B3070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3070

Black with #4B3070

Text Example


Text Example

White with #4B3070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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