#4F608B

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

Shades of Kashmir Blue #4F608B

Tints of Kashmir Blue #4F608B

Color information

#4F608B (or 0x4F608B) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 60 and 8B. RGB value is (79,96,139). Sum of RGB (Red+Green+Blue) = 79+96+139=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F608B is #B09F74. Grayscale: #5F5F5F. Windows color (decimal): -11575157 or 9134159. OLE color: 9134159.

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

Color convert

RGB7996139-
CMYK0.430.3100.45
HSL223º27.52%42.75%-
HSV(B)223º43.17%54.51%-
XYZ12.0711.8926.09-
YUV95.82152.37116-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.16%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 139 (54.69% from 255) = 44.27%
R=25.16%
G=30.57%
B=44.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79961390.430.3100.4522327.5242.75
Hex4F608B2B1F02Ddf1c2b
Octal11714021353370553373453
Binary10011111100000100010111010111111101011011101111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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