Html Css Color HEX #4F3268 Blue Diamond

📋 copy color: '#4F3268'

red 79 ◦ green 50 ◦ blue 104

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

Shades of Blue Diamond #4F3268

Tints of Blue Diamond #4F3268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.64%

R = 33.91%
G = 21.46%
B = 44.64%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4F3268 (or 0x4F3268) is known color: Blue Diamond. HEX triplet: 4F, 32 and 68. RGB value is (79,50,104). Sum of RGB (Red+Green+Blue) = 79+50+104=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F3268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3268 is #B0CD97. Grayscale: #404040. Windows color (decimal): -11586968 or 6828623. OLE color: 6828623.

HSL color Cylindrical-coordinate representation of color #4F3268: hue angle of 272.22º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F3268 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 79 50 104 -
CMYK 0.24 0.52 0 0.59
HSL 272.22º 0.35% 0.3% -
HSV(B) 272.22º 0.52% 0.41% -
XYZ 6.86 4.94 13.69 -
YUV 64.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 79 50 104 0.24 0.52 0 0.59 272.22 0.35 0.3
Hex 4F 32 68 18 34 0 3B 110 23 1E
Octal 117 62 150 30 64 0 73 420 43 36
Binary 1001111 110010 1101000 11000 110100 0 111011 100010000 100011 11110

Color Harmonies of #4F3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3268

Black with #4F3268

Text Example


Text Example

White with #4F3268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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