#4F608A

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

Shades of Kashmir Blue #4F608A

Tints of Kashmir Blue #4F608A

Color information

#4F608A (or 0x4F608A) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 60 and 8A. RGB value is (79,96,138). Sum of RGB (Red+Green+Blue) = 79+96+138=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F608A is #B09F75. Grayscale: #5F5F5F. Windows color (decimal): -11575158 or 9068623. OLE color: 9068623.

HSL color Cylindrical-coordinate representation of color #4F608A: hue angle of 222.71º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F608A is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7996138-
CMYK0.430.3000.46
HSL222.71º27.19%42.55%-
HSV(B)222.71º42.75%54.12%-
XYZ11.9911.8625.7-
YUV95.7151.87116.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.24%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=25.24%
G=30.67%
B=44.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79961380.430.3000.46222.7127.1942.55
Hex4F608A2B1E02Edf1b2b
Octal11714021253360563373353
Binary10011111100000100010101010111111001011101101111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,96,138); }

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

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

 a { background-color: rgb(79,96,138); }

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

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

 span { border-color: rgb(79,96,138); }

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