Html Css Color HEX #4F6A90 Kashmir Blue

📋 copy color: '#4F6A90'

red 79 ◦ green 106 ◦ blue 144

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

Shades of Kashmir Blue #4F6A90

Tints of Kashmir Blue #4F6A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

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

R = 24.01%
G = 32.22%
B = 43.77%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F6A90 (or 0x4F6A90) is known color: Kashmir Blue. HEX triplet: 4F, 6A and 90. RGB value is (79,106,144). Sum of RGB (Red+Green+Blue) = 79+106+144=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F6A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6A90 is #B0956F. Grayscale: #666666. Windows color (decimal): -11572592 or 9464399. OLE color: 9464399.

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

Color convert

RGB 79 106 144 -
CMYK 0.45 0.26 0 0.44
HSL 215.08º 0.29% 0.44% -
HSV(B) 215.08º 0.45% 0.56% -
XYZ 13.41 13.98 28.38 -
YUV 102.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 79 106 144 0.45 0.26 0 0.44 215.08 0.29 0.44
Hex 4F 6A 90 2D 1A 0 2C D7 1D 2C
Octal 117 152 220 55 32 0 54 327 35 54
Binary 1001111 1101010 10010000 101101 11010 0 101100 11010111 11101 101100

Color Harmonies of #4F6A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6A90

Black with #4F6A90

Text Example


Text Example

White with #4F6A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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