#4F698D

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

Shades of Kashmir Blue #4F698D

Tints of Kashmir Blue #4F698D

Color information

#4F698D (or 0x4F698D) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 69 and 8D. RGB value is (79,105,141). Sum of RGB (Red+Green+Blue) = 79+105+141=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F698D is #B09672. Grayscale: #656565. Windows color (decimal): -11572851 or 9267535. OLE color: 9267535.

HSL color Cylindrical-coordinate representation of color #4F698D: hue angle of 214.84º 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 #4F698D is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB79105141-
CMYK0.440.2600.45
HSL214.84º28.18%43.14%-
HSV(B)214.84º43.97%55.29%-
XYZ13.0813.6927.15-
YUV101.33150.39112.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.31%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 141 (55.47% from 255) = 43.38%
R=24.31%
G=32.31%
B=43.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791051410.440.2600.45214.8428.1843.14
Hex4F698D2C1A02Dd71c2b
Octal11715121554320553273453
Binary10011111101001100011011011001101001011011101011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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