#4F6089

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

Shades of Kashmir Blue #4F6089

Tints of Kashmir Blue #4F6089

Color information

#4F6089 (or 0x4F6089) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 60 and 89. RGB value is (79,96,137). Sum of RGB (Red+Green+Blue) = 79+96+137=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F6089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6089 is #B09F76. Grayscale: #5F5F5F. Windows color (decimal): -11575159 or 9003087. OLE color: 9003087.

HSL color Cylindrical-coordinate representation of color #4F6089: hue angle of 222.41º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F6089 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7996137-
CMYK0.420.3000.46
HSL222.41º26.85%42.35%-
HSV(B)222.41º42.34%53.73%-
XYZ11.9211.8325.32-
YUV95.59151.37116.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.32%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 137 (53.91% from 255) = 43.91%
R=25.32%
G=30.77%
B=43.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79961370.420.3000.46222.4126.8542.35
Hex4F60892A1E02Ede1b2a
Octal11714021152360563363352
Binary10011111100000100010011010101111001011101101111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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