#4F6C8F

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

Shades of Kashmir Blue #4F6C8F

Tints of Kashmir Blue #4F6C8F

Color information

#4F6C8F (or 0x4F6C8F) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 6C and 8F. RGB value is (79,108,143). Sum of RGB (Red+Green+Blue) = 79+108+143=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F6C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6C8F is #B09370. Grayscale: #676767. Windows color (decimal): -11572081 or 9399375. OLE color: 9399375.

HSL color Cylindrical-coordinate representation of color #4F6C8F: hue angle of 212.81º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F6C8F is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB79108143-
CMYK0.450.2400.44
HSL212.81º28.83%43.53%-
HSV(B)212.81º44.76%56.08%-
XYZ13.5414.3728.05-
YUV103.32150.39110.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.94%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 143 (56.25% from 255) = 43.33%
R=23.94%
G=32.73%
B=43.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791081430.450.2400.44212.8128.8343.53
Hex4F6C8F2D1802Cd51d2c
Octal11715421755300543253554
Binary10011111101100100011111011011100001011001101010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,108,143); }

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

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

 a { background-color: rgb(79,108,143); }

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

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

 span { border-color: rgb(79,108,143); }

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