Html Css Color HEX #4F356C Blue Diamond

📋 copy color: '#4F356C'

red 79 ◦ green 53 ◦ blue 108

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

Shades of Blue Diamond #4F356C

Tints of Blue Diamond #4F356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

 BLUE value IS 108 (42.58% from 255) = 45%

R = 32.92%
G = 22.08%
B = 45%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F356C (or 0x4F356C) is known color: Blue Diamond. HEX triplet: 4F, 35 and 6C. RGB value is (79,53,108). Sum of RGB (Red+Green+Blue) = 79+53+108=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F356C is #B0CA93. Grayscale: #424242. Windows color (decimal): -11586196 or 7091535. OLE color: 7091535.

HSL color Cylindrical-coordinate representation of color #4F356C: hue angle of 268.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F356C is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 53 108 -
CMYK 0.27 0.51 0 0.58
HSL 268.36º 0.34% 0.32% -
HSV(B) 268.36º 0.51% 0.42% -
XYZ 7.2 5.29 14.83 -
YUV 67.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 79 53 108 0.27 0.51 0 0.58 268.36 0.34 0.32
Hex 4F 35 6C 1B 33 0 3A 10C 22 20
Octal 117 65 154 33 63 0 72 414 42 40
Binary 1001111 110101 1101100 11011 110011 0 111010 100001100 100010 100000

Color Harmonies of #4F356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F356C

Black with #4F356C

Text Example


Text Example

White with #4F356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,53,108); }

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

background-color css

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

 a { background-color: rgb(79,53,108); }

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

border-color css

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

 span { border-color: rgb(79,53,108); }

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