#4F608D

Color #4F608D Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #4F608D

Tints of Kashmir Blue #4F608D

Color information

#4F608D (or 0x4F608D) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 60 and 8D. RGB value is (79,96,141). Sum of RGB (Red+Green+Blue) = 79+96+141=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F608D is #B09F72. Grayscale: #5F5F5F. Windows color (decimal): -11575155 or 9265231. OLE color: 9265231.

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

Color convert

RGB7996141-
CMYK0.440.3200.45
HSL223.55º28.18%43.14%-
HSV(B)223.55º43.97%55.29%-
XYZ12.2211.9526.86-
YUV96.05153.37115.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=25%
G=30.38%
B=44.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79961410.440.3200.45223.5528.1843.14
Hex4F608D2C2002De01c2b
Octal11714021554400553403453
Binary100111111000001000110110110010000001011011110000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,96,141); }

 H1.HeaderClassName
 {
   color: #4F608D;
 }
 .AnyTagClassName
 {
   color: #4F608D;
 }
</style>
background-color css

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

 a { background-color: rgb(79,96,141); }

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

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

 span { border-color: rgb(79,96,141); }

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