Html Css Color HEX #4F356E Blue Diamond

📋 copy color: '#4F356E'

red 79 ◦ green 53 ◦ blue 110

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

Shades of Blue Diamond #4F356E

Tints of Blue Diamond #4F356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 32.64%
G = 21.9%
B = 45.45%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F356E (or 0x4F356E) is known color: Blue Diamond. HEX triplet: 4F, 35 and 6E. RGB value is (79,53,110). Sum of RGB (Red+Green+Blue) = 79+53+110=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F356E is #B0CA91. Grayscale: #434343. Windows color (decimal): -11586194 or 7222607. OLE color: 7222607.

HSL color Cylindrical-coordinate representation of color #4F356E: hue angle of 267.37º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F356E is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 53 110 -
CMYK 0.28 0.52 0 0.57
HSL 267.37º 0.35% 0.32% -
HSV(B) 267.37º 0.52% 0.43% -
XYZ 7.31 5.33 15.4 -
YUV 67.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 79 53 110 0.28 0.52 0 0.57 267.37 0.35 0.32
Hex 4F 35 6E 1C 34 0 39 10B 23 20
Octal 117 65 156 34 64 0 71 413 43 40
Binary 1001111 110101 1101110 11100 110100 0 111001 100001011 100011 100000

Color Harmonies of #4F356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F356E

Black with #4F356E

Text Example


Text Example

White with #4F356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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