Html Css Color HEX #4F6487 Kashmir Blue

📋 copy color: '#4F6487'

red 79 ◦ green 100 ◦ blue 135

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

Shades of Kashmir Blue #4F6487

Tints of Kashmir Blue #4F6487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

 BLUE value IS 135 (53.13% from 255) = 42.99%

R = 25.16%
G = 31.85%
B = 42.99%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4F6487 (or 0x4F6487) is known color: Kashmir Blue. HEX triplet: 4F, 64 and 87. RGB value is (79,100,135). Sum of RGB (Red+Green+Blue) = 79+100+135=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #4F6487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6487 is #B09B78. Grayscale: #616161. Windows color (decimal): -11574137 or 8873039. OLE color: 8873039.

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

Color convert

RGB 79 100 135 -
CMYK 0.41 0.26 0 0.47
HSL 217.5º 0.26% 0.42% -
HSV(B) 217.5º 0.41% 0.53% -
XYZ 12.15 12.53 24.7 -
YUV 97.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 79 100 135 0.41 0.26 0 0.47 217.5 0.26 0.42
Hex 4F 64 87 29 1A 0 2F DA 1A 2A
Octal 117 144 207 51 32 0 57 332 32 52
Binary 1001111 1100100 10000111 101001 11010 0 101111 11011010 11010 101010

Color Harmonies of #4F6487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6487

Black with #4F6487

Text Example


Text Example

White with #4F6487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,100,135); }

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

background-color css

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

 a { background-color: rgb(79,100,135); }

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

border-color css

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

 span { border-color: rgb(79,100,135); }

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