Html Css Color HEX #4F6D90 Kashmir Blue

📋 copy color: '#4F6D90'

red 79 ◦ green 109 ◦ blue 144

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

Shades of Kashmir Blue #4F6D90

Tints of Kashmir Blue #4F6D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

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

R = 23.8%
G = 32.83%
B = 43.37%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F6D90 (or 0x4F6D90) is known color: Kashmir Blue. HEX triplet: 4F, 6D and 90. RGB value is (79,109,144). Sum of RGB (Red+Green+Blue) = 79+109+144=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F6D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6D90 is #B0926F. Grayscale: #676767. Windows color (decimal): -11571824 or 9465167. OLE color: 9465167.

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

Color convert

RGB 79 109 144 -
CMYK 0.45 0.24 0 0.44
HSL 212.31º 0.29% 0.44% -
HSV(B) 212.31º 0.45% 0.56% -
XYZ 13.73 14.61 28.48 -
YUV 104.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 79 109 144 0.45 0.24 0 0.44 212.31 0.29 0.44
Hex 4F 6D 90 2D 18 0 2C D4 1D 2C
Octal 117 155 220 55 30 0 54 324 35 54
Binary 1001111 1101101 10010000 101101 11000 0 101100 11010100 11101 101100

Color Harmonies of #4F6D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6D90

Black with #4F6D90

Text Example


Text Example

White with #4F6D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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