#4F6993

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

Shades of Kashmir Blue #4F6993

Tints of Kashmir Blue #4F6993

Color information

#4F6993 (or 0x4F6993) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 69 and 93. RGB value is (79,105,147). Sum of RGB (Red+Green+Blue) = 79+105+147=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #4F6993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6993 is #B0966C. Grayscale: #656565. Windows color (decimal): -11572845 or 9660751. OLE color: 9660751.

HSL color Cylindrical-coordinate representation of color #4F6993: hue angle of 217.06º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F6993 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB79105147-
CMYK0.460.2900.42
HSL217.06º30.09%44.31%-
HSV(B)217.06º46.26%57.65%-
XYZ13.5413.8729.57-
YUV102.01153.39111.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=23.87%
G=31.72%
B=44.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791051470.460.2900.42217.0630.0944.31
Hex4F69932E1D02Ad91e2c
Octal11715122356350523313654
Binary10011111101001100100111011101110101010101101100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,105,147); }

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

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

 a { background-color: rgb(79,105,147); }

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

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

 span { border-color: rgb(79,105,147); }

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