#4F618B

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

Shades of Kashmir Blue #4F618B

Tints of Kashmir Blue #4F618B

Color information

#4F618B (or 0x4F618B) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 61 and 8B. RGB value is (79,97,139). Sum of RGB (Red+Green+Blue) = 79+97+139=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F618B is #B09E74. Grayscale: #606060. Windows color (decimal): -11574901 or 9134415. OLE color: 9134415.

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

Color convert

RGB7997139-
CMYK0.430.3000.45
HSL222º27.52%42.75%-
HSV(B)222º43.17%54.51%-
XYZ12.1612.0826.12-
YUV96.41152.04115.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.08%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=25.08%
G=30.79%
B=44.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79971390.430.3000.4522227.5242.75
Hex4F618B2B1E02Dde1c2b
Octal11714121353360553363453
Binary10011111100001100010111010111111001011011101111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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