Html Css Color HEX #4F658D Kashmir Blue

📋 copy color: '#4F658D'

red 79 ◦ green 101 ◦ blue 141

#4F658D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #4F658D

Tints of Kashmir Blue #4F658D

RGB

 RED value IS 79 (31.25% from 255) = 24.61%

 GREEN value IS 101 (39.84% from 255) = 31.46%

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 24.61%
G = 31.46%
B = 43.93%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F658D (or 0x4F658D) is known color: Kashmir Blue. HEX triplet: 4F, 65 and 8D. RGB value is (79,101,141). Sum of RGB (Red+Green+Blue) = 79+101+141=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F658D is #B09A72. Grayscale: #626262. Windows color (decimal): -11573875 or 9266511. OLE color: 9266511.

HSL color Cylindrical-coordinate representation of color #4F658D: hue angle of 218.71º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F658D is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 101 141 -
CMYK 0.44 0.28 0 0.45
HSL 218.71º 0.28% 0.43% -
HSV(B) 218.71º 0.44% 0.55% -
XYZ 12.69 12.89 27.02 -
YUV 98.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 79 101 141 0.44 0.28 0 0.45 218.71 0.28 0.43
Hex 4F 65 8D 2C 1C 0 2D DB 1C 2B
Octal 117 145 215 54 34 0 55 333 34 53
Binary 1001111 1100101 10001101 101100 11100 0 101101 11011011 11100 101011

Color Harmonies of #4F658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F658D

Black with #4F658D

Text Example


Text Example

White with #4F658D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,101,141); }

 H1.HeaderClassName
 {
   color: #4F658D;
 }
 .AnyTagClassName
 {
   color: #4F658D;
 }
</style>

background-color css

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

 a { background-color: rgb(79,101,141); }

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

border-color css

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

 span { border-color: rgb(79,101,141); }

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