Html Css Color HEX #4B2779 Blue Diamond

📋 copy color: '#4B2779'

red 75 ◦ green 39 ◦ blue 121

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

Shades of Blue Diamond #4B2779

Tints of Blue Diamond #4B2779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.6%

 BLUE value IS 121 (47.66% from 255) = 51.49%

R = 31.91%
G = 16.6%
B = 51.49%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4B2779 (or 0x4B2779) is known color: Blue Diamond. HEX triplet: 4B, 27 and 79. RGB value is (75,39,121). Sum of RGB (Red+Green+Blue) = 75+39+121=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B2779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2779 is #B4D886. Grayscale: #3A3A3A. Windows color (decimal): -11851911 or 7939915. OLE color: 7939915.

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

Color convert

RGB 75 39 121 -
CMYK 0.38 0.68 0 0.53
HSL 266.34º 0.51% 0.31% -
HSV(B) 266.34º 0.68% 0.47% -
XYZ 7.08 4.33 18.55 -
YUV 59.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 75 39 121 0.38 0.68 0 0.53 266.34 0.51 0.31
Hex 4B 27 79 26 44 0 35 10A 33 1F
Octal 113 47 171 46 104 0 65 412 63 37
Binary 1001011 100111 1111001 100110 1000100 0 110101 100001010 110011 11111

Color Harmonies of #4B2779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2779

Black with #4B2779

Text Example


Text Example

White with #4B2779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,39,121); }

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

background-color css

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

 a { background-color: rgb(75,39,121); }

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

border-color css

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

 span { border-color: rgb(75,39,121); }

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