Html Css Color HEX #4F3072 Blue Diamond

📋 copy color: '#4F3072'

red 79 ◦ green 48 ◦ blue 114

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

Shades of Blue Diamond #4F3072

Tints of Blue Diamond #4F3072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

 BLUE value IS 114 (44.92% from 255) = 47.3%

R = 32.78%
G = 19.92%
B = 47.3%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F3072 (or 0x4F3072) is known color: Blue Diamond. HEX triplet: 4F, 30 and 72. RGB value is (79,48,114). Sum of RGB (Red+Green+Blue) = 79+48+114=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F3072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3072 is #B0CF8D. Grayscale: #404040. Windows color (decimal): -11587470 or 7483471. OLE color: 7483471.

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

Color convert

RGB 79 48 114 -
CMYK 0.31 0.58 0 0.55
HSL 268.18º 0.41% 0.32% -
HSV(B) 268.18º 0.58% 0.45% -
XYZ 7.32 4.99 16.5 -
YUV 64.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 79 48 114 0.31 0.58 0 0.55 268.18 0.41 0.32
Hex 4F 30 72 1F 3A 0 37 10C 29 20
Octal 117 60 162 37 72 0 67 414 51 40
Binary 1001111 110000 1110010 11111 111010 0 110111 100001100 101001 100000

Color Harmonies of #4F3072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3072

Black with #4F3072

Text Example


Text Example

White with #4F3072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,48,114); }

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

background-color css

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

 a { background-color: rgb(79,48,114); }

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

border-color css

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

 span { border-color: rgb(79,48,114); }

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