#4F6A8F

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

Shades of Kashmir Blue #4F6A8F

Tints of Kashmir Blue #4F6A8F

Color information

#4F6A8F (or 0x4F6A8F) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 6A and 8F. RGB value is (79,106,143). Sum of RGB (Red+Green+Blue) = 79+106+143=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F6A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6A8F is #B09570. Grayscale: #656565. Windows color (decimal): -11572593 or 9398863. OLE color: 9398863.

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

Color convert

RGB79106143-
CMYK0.450.2600.44
HSL214.69º28.83%43.53%-
HSV(B)214.69º44.76%56.08%-
XYZ13.3413.9527.98-
YUV102.14151.05111.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.09%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 143 (56.25% from 255) = 43.60%
R=24.09%
G=32.32%
B=43.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791061430.450.2600.44214.6928.8343.53
Hex4F6A8F2D1A02Cd71d2c
Octal11715221755320543273554
Binary10011111101010100011111011011101001011001101011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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