Html Css Color HEX #4B3266 Blue Diamond

📋 copy color: '#4B3266'

red 75 ◦ green 50 ◦ blue 102

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

Shades of Blue Diamond #4B3266

Tints of Blue Diamond #4B3266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.03%

 BLUE value IS 102 (40.23% from 255) = 44.93%

R = 33.04%
G = 22.03%
B = 44.93%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#4B3266 (or 0x4B3266) is known color: Blue Diamond. HEX triplet: 4B, 32 and 66. RGB value is (75,50,102). Sum of RGB (Red+Green+Blue) = 75+50+102=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B3266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3266 is #B4CD99. Grayscale: #3F3F3F. Windows color (decimal): -11849114 or 6697547. OLE color: 6697547.

HSL color Cylindrical-coordinate representation of color #4B3266: hue angle of 268.85º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B3266 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 75 50 102 -
CMYK 0.26 0.51 0 0.6
HSL 268.85º 0.34% 0.3% -
HSV(B) 268.85º 0.51% 0.4% -
XYZ 6.44 4.74 13.15 -
YUV 63.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 75 50 102 0.26 0.51 0 0.6 268.85 0.34 0.3
Hex 4B 32 66 1A 33 0 3C 10D 22 1E
Octal 113 62 146 32 63 0 74 415 42 36
Binary 1001011 110010 1100110 11010 110011 0 111100 100001101 100010 11110

Color Harmonies of #4B3266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3266

Black with #4B3266

Text Example


Text Example

White with #4B3266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,50,102); }

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

background-color css

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

 a { background-color: rgb(75,50,102); }

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

border-color css

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

 span { border-color: rgb(75,50,102); }

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