#4F6289

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

Shades of Kashmir Blue #4F6289

Tints of Kashmir Blue #4F6289

Color information

#4F6289 (or 0x4F6289) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 62 and 89. RGB value is (79,98,137). Sum of RGB (Red+Green+Blue) = 79+98+137=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F6289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6289 is #B09D76. Grayscale: #606060. Windows color (decimal): -11574647 or 9003599. OLE color: 9003599.

HSL color Cylindrical-coordinate representation of color #4F6289: hue angle of 220.34º 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 #4F6289 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7998137-
CMYK0.420.2800.46
HSL220.34º26.85%42.35%-
HSV(B)220.34º42.34%53.73%-
XYZ12.1112.225.38-
YUV96.76150.71115.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.16%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 137 (53.91% from 255) = 43.63%
R=25.16%
G=31.21%
B=43.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79981370.420.2800.46220.3426.8542.35
Hex4F62892A1C02Edc1b2a
Octal11714221152340563343352
Binary10011111100010100010011010101110001011101101110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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