#4F678B

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

Shades of Kashmir Blue #4F678B

Tints of Kashmir Blue #4F678B

Color information

#4F678B (or 0x4F678B) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 67 and 8B. RGB value is (79,103,139). Sum of RGB (Red+Green+Blue) = 79+103+139=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F678B is #B09874. Grayscale: #636363. Windows color (decimal): -11573365 or 9135951. OLE color: 9135951.

HSL color Cylindrical-coordinate representation of color #4F678B: hue angle of 216º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F678B is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB79103139-
CMYK0.430.2600.45
HSL216º27.52%42.75%-
HSV(B)216º43.17%54.51%-
XYZ12.7313.2326.31-
YUV99.93150.05113.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.61%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=24.61%
G=32.09%
B=43.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791031390.430.2600.4521627.5242.75
Hex4F678B2B1A02Dd81c2b
Octal11714721353320553303453
Binary10011111100111100010111010111101001011011101100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,103,139); }

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

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

 a { background-color: rgb(79,103,139); }

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

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

 span { border-color: rgb(79,103,139); }

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