#4F6B90

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

Shades of Kashmir Blue #4F6B90

Tints of Kashmir Blue #4F6B90

Color information

#4F6B90 (or 0x4F6B90) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 6B and 90. RGB value is (79,107,144). Sum of RGB (Red+Green+Blue) = 79+107+144=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F6B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6B90 is #B0946F. Grayscale: #666666. Windows color (decimal): -11572336 or 9464655. OLE color: 9464655.

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

Color convert

RGB79107144-
CMYK0.450.2600.44
HSL214.15º29.15%43.73%-
HSV(B)214.15º45.14%56.47%-
XYZ13.5214.1928.41-
YUV102.85151.22110.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.94%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=23.94%
G=32.42%
B=43.64%

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
Decimal791071440.450.2600.44214.1529.1543.73
Hex4F6B902D1A02Cd61d2c
Octal11715322055320543263554
Binary10011111101011100100001011011101001011001101011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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