Html Css Color HEX #4F698F Kashmir Blue

📋 copy color: '#4F698F'

red 79 ◦ green 105 ◦ blue 143

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

Shades of Kashmir Blue #4F698F

Tints of Kashmir Blue #4F698F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.11%

 BLUE value IS 143 (56.25% from 255) = 43.73%

R = 24.16%
G = 32.11%
B = 43.73%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F698F (or 0x4F698F) is known color: Kashmir Blue. HEX triplet: 4F, 69 and 8F. RGB value is (79,105,143). Sum of RGB (Red+Green+Blue) = 79+105+143=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F698F is #B09670. Grayscale: #656565. Windows color (decimal): -11572849 or 9398607. OLE color: 9398607.

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

Color convert

RGB 79 105 143 -
CMYK 0.45 0.27 0 0.44
HSL 215.63º 0.29% 0.44% -
HSV(B) 215.63º 0.45% 0.56% -
XYZ 13.23 13.75 27.94 -
YUV 101.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 79 105 143 0.45 0.27 0 0.44 215.63 0.29 0.44
Hex 4F 69 8F 2D 1B 0 2C D8 1D 2C
Octal 117 151 217 55 33 0 54 330 35 54
Binary 1001111 1101001 10001111 101101 11011 0 101100 11011000 11101 101100

Color Harmonies of #4F698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F698F

Black with #4F698F

Text Example


Text Example

White with #4F698F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,105,143); }

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

background-color css

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

 a { background-color: rgb(79,105,143); }

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

border-color css

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

 span { border-color: rgb(79,105,143); }

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