Html Css Color HEX #4F3273 Blue Diamond

📋 copy color: '#4F3273'

red 79 ◦ green 50 ◦ blue 115

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

Shades of Blue Diamond #4F3273

Tints of Blue Diamond #4F3273

RGB

 RED value IS 79 (31.25% from 255) = 32.38%

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

 BLUE value IS 115 (45.31% from 255) = 47.13%

R = 32.38%
G = 20.49%
B = 47.13%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F3273 (or 0x4F3273) is known color: Blue Diamond. HEX triplet: 4F, 32 and 73. RGB value is (79,50,115). Sum of RGB (Red+Green+Blue) = 79+50+115=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F3273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3273 is #B0CD8C. Grayscale: #414141. Windows color (decimal): -11586957 or 7549519. OLE color: 7549519.

HSL color Cylindrical-coordinate representation of color #4F3273: hue angle of 266.77º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F3273 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 50 115 -
CMYK 0.31 0.57 0 0.55
HSL 266.77º 0.39% 0.32% -
HSV(B) 266.77º 0.57% 0.45% -
XYZ 7.46 5.18 16.83 -
YUV 66.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 79 50 115 0.31 0.57 0 0.55 266.77 0.39 0.32
Hex 4F 32 73 1F 39 0 37 10B 27 20
Octal 117 62 163 37 71 0 67 413 47 40
Binary 1001111 110010 1110011 11111 111001 0 110111 100001011 100111 100000

Color Harmonies of #4F3273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3273

Black with #4F3273

Text Example


Text Example

White with #4F3273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,50,115); }

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

background-color css

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

 a { background-color: rgb(79,50,115); }

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

border-color css

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

 span { border-color: rgb(79,50,115); }

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