#4F6189

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

Shades of Kashmir Blue #4F6189

Tints of Kashmir Blue #4F6189

Color information

#4F6189 (or 0x4F6189) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 61 and 89. RGB value is (79,97,137). Sum of RGB (Red+Green+Blue) = 79+97+137=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F6189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6189 is #B09E76. Grayscale: #606060. Windows color (decimal): -11574903 or 9003343. OLE color: 9003343.

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

Color convert

RGB7997137-
CMYK0.420.2900.46
HSL221.38º26.85%42.35%-
HSV(B)221.38º42.34%53.73%-
XYZ12.0112.0225.35-
YUV96.18151.04115.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.24%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=25.24%
G=30.99%
B=43.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79971370.420.2900.46221.3826.8542.35
Hex4F61892A1D02Edd1b2a
Octal11714121152350563353352
Binary10011111100001100010011010101110101011101101110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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