#4F668A

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

Shades of Kashmir Blue #4F668A

Tints of Kashmir Blue #4F668A

Color information

#4F668A (or 0x4F668A) is unknown color: approx Kashmir Blue. HEX triplet: 4F, 66 and 8A. RGB value is (79,102,138). Sum of RGB (Red+Green+Blue) = 79+102+138=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F668A is #B09975. Grayscale: #636363. Windows color (decimal): -11573622 or 9070159. OLE color: 9070159.

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

Color convert

RGB79102138-
CMYK0.430.2600.46
HSL216.61º27.19%42.55%-
HSV(B)216.61º42.75%54.12%-
XYZ12.561325.89-
YUV99.23149.88113.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.76%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=24.76%
G=31.97%
B=43.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal791021380.430.2600.46216.6127.1942.55
Hex4F668A2B1A02Ed91b2b
Octal11714621253320563313353
Binary10011111100110100010101010111101001011101101100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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