Html Css Color HEX #4B2966 Blue Diamond

📋 copy color: '#4B2966'

red 75 ◦ green 41 ◦ blue 102

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

Shades of Blue Diamond #4B2966

Tints of Blue Diamond #4B2966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.81%

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

R = 34.4%
G = 18.81%
B = 46.79%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#4B2966 (or 0x4B2966) is known color: Blue Diamond. HEX triplet: 4B, 29 and 66. RGB value is (75,41,102). Sum of RGB (Red+Green+Blue) = 75+41+102=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B2966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2966 is #B4D699. Grayscale: #393939. Windows color (decimal): -11851418 or 6695243. OLE color: 6695243.

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

Color convert

RGB 75 41 102 -
CMYK 0.26 0.60 0 0.6
HSL 273.44º 0.43% 0.28% -
HSV(B) 273.44º 0.6% 0.4% -
XYZ 6.09 4.04 13.03 -
YUV 58.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 75 41 102 0.26 0.60 0 0.6 273.44 0.43 0.28
Hex 4B 29 66 1A 3C 0 3C 111 2B 1C
Octal 113 51 146 32 74 0 74 421 53 34
Binary 1001011 101001 1100110 11010 111100 0 111100 100010001 101011 11100

Color Harmonies of #4B2966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2966

Black with #4B2966

Text Example


Text Example

White with #4B2966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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