#4F6690

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

Shades of Kashmir Blue #4F6690

Tints of Kashmir Blue #4F6690

Color information

#4F6690 (or 0x4F6690) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 66 and 90. RGB value is (79,102,144). Sum of RGB (Red+Green+Blue) = 79+102+144=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F6690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6690 is #B0996F. Grayscale: #636363. Windows color (decimal): -11573616 or 9463375. OLE color: 9463375.

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

Color convert

RGB79102144-
CMYK0.450.2900.44
HSL218.77º29.15%43.73%-
HSV(B)218.77º45.14%56.47%-
XYZ13.0113.1828.24-
YUV99.91152.88113.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.31%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=24.31%
G=31.38%
B=44.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791021440.450.2900.44218.7729.1543.73
Hex4F66902D1D02Cdb1d2c
Octal11714622055350543333554
Binary10011111100110100100001011011110101011001101101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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