Html Css Color HEX #4F6890 Kashmir Blue

📋 copy color: '#4F6890'

red 79 ◦ green 104 ◦ blue 144

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

Shades of Kashmir Blue #4F6890

Tints of Kashmir Blue #4F6890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 24.16%
G = 31.8%
B = 44.04%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F6890 (or 0x4F6890) is known color: Kashmir Blue. HEX triplet: 4F, 68 and 90. RGB value is (79,104,144). Sum of RGB (Red+Green+Blue) = 79+104+144=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F6890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6890 is #B0976F. Grayscale: #646464. Windows color (decimal): -11573104 or 9463887. OLE color: 9463887.

HSL color Cylindrical-coordinate representation of color #4F6890: hue angle of 216.92º 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 #4F6890 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 104 144 -
CMYK 0.45 0.28 0 0.44
HSL 216.92º 0.29% 0.44% -
HSV(B) 216.92º 0.45% 0.56% -
XYZ 13.21 13.58 28.31 -
YUV 101.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 79 104 144 0.45 0.28 0 0.44 216.92 0.29 0.44
Hex 4F 68 90 2D 1C 0 2C D9 1D 2C
Octal 117 150 220 55 34 0 54 331 35 54
Binary 1001111 1101000 10010000 101101 11100 0 101100 11011001 11101 101100

Color Harmonies of #4F6890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6890

Black with #4F6890

Text Example


Text Example

White with #4F6890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,104,144); }

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

background-color css

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

 a { background-color: rgb(79,104,144); }

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

border-color css

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

 span { border-color: rgb(79,104,144); }

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