#4F6388

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

Shades of Kashmir Blue #4F6388

Tints of Kashmir Blue #4F6388

Color information

#4F6388 (or 0x4F6388) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 63 and 88. RGB value is (79,99,136). Sum of RGB (Red+Green+Blue) = 79+99+136=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F6388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6388 is #B09C77. Grayscale: #616161. Windows color (decimal): -11574392 or 8938319. OLE color: 8938319.

HSL color Cylindrical-coordinate representation of color #4F6388: hue angle of 218.95º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F6388 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7999136-
CMYK0.420.2700.47
HSL218.95º26.51%42.16%-
HSV(B)218.95º41.91%53.33%-
XYZ12.1312.3625.04-
YUV97.24149.87114.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.16%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=25.16%
G=31.53%
B=43.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79991360.420.2700.47218.9526.5142.16
Hex4F63882A1B02Fdb1b2a
Octal11714321052330573333352
Binary10011111100011100010001010101101101011111101101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,99,136); }

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

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

 a { background-color: rgb(79,99,136); }

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

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

 span { border-color: rgb(79,99,136); }

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