#4F6190

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

Shades of Kashmir Blue #4F6190

Tints of Kashmir Blue #4F6190

Color information

#4F6190 (or 0x4F6190) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 61 and 90. RGB value is (79,97,144). Sum of RGB (Red+Green+Blue) = 79+97+144=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F6190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6190 is #B09E6F. Grayscale: #606060. Windows color (decimal): -11574896 or 9462095. OLE color: 9462095.

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

Color convert

RGB7997144-
CMYK0.450.3300.44
HSL223.38º29.15%43.73%-
HSV(B)223.38º45.14%56.47%-
XYZ12.5312.2328.08-
YUV96.98154.54115.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.69%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 144 (56.64% from 255) = 45%
R=24.69%
G=30.31%
B=45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79971440.450.3300.44223.3829.1543.73
Hex4F61902D2102Cdf1d2c
Octal11714122055410543373554
Binary100111111000011001000010110110000101011001101111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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