Html Css Color HEX #4B2676 Blue Diamond

📋 copy color: '#4B2676'

red 75 ◦ green 38 ◦ blue 118

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

Shades of Blue Diamond #4B2676

Tints of Blue Diamond #4B2676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.45%

 BLUE value IS 118 (46.48% from 255) = 51.08%

R = 32.47%
G = 16.45%
B = 51.08%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4B2676 (or 0x4B2676) is known color: Blue Diamond. HEX triplet: 4B, 26 and 76. RGB value is (75,38,118). Sum of RGB (Red+Green+Blue) = 75+38+118=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B2676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2676 is #B4D989. Grayscale: #393939. Windows color (decimal): -11852170 or 7743051. OLE color: 7743051.

HSL color Cylindrical-coordinate representation of color #4B2676: hue angle of 267.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B2676 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 38 118 -
CMYK 0.36 0.68 0 0.54
HSL 267.75º 0.51% 0.31% -
HSV(B) 267.75º 0.68% 0.46% -
XYZ 6.86 4.19 17.59 -
YUV 58.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 75 38 118 0.36 0.68 0 0.54 267.75 0.51 0.31
Hex 4B 26 76 24 44 0 36 10C 33 1F
Octal 113 46 166 44 104 0 66 414 63 37
Binary 1001011 100110 1110110 100100 1000100 0 110110 100001100 110011 11111

Color Harmonies of #4B2676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2676

Black with #4B2676

Text Example


Text Example

White with #4B2676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,38,118); }

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

background-color css

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

 a { background-color: rgb(75,38,118); }

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

border-color css

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

 span { border-color: rgb(75,38,118); }

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