Html Css Color HEX #4F6B91 Kashmir Blue

📋 copy color: '#4F6B91'

red 79 ◦ green 107 ◦ blue 145

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

Shades of Kashmir Blue #4F6B91

Tints of Kashmir Blue #4F6B91

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

 BLUE value IS 145 (57.03% from 255) = 43.81%

R = 23.87%
G = 32.33%
B = 43.81%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4F6B91 (or 0x4F6B91) is known color: Kashmir Blue. HEX triplet: 4F, 6B and 91. RGB value is (79,107,145). Sum of RGB (Red+Green+Blue) = 79+107+145=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F6B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6B91 is #B0946E. Grayscale: #666666. Windows color (decimal): -11572335 or 9530191. OLE color: 9530191.

HSL color Cylindrical-coordinate representation of color #4F6B91: hue angle of 214.55º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F6B91 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 107 145 -
CMYK 0.46 0.26 0 0.43
HSL 214.55º 0.29% 0.44% -
HSV(B) 214.55º 0.46% 0.57% -
XYZ 13.59 14.22 28.82 -
YUV 102.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 79 107 145 0.46 0.26 0 0.43 214.55 0.29 0.44
Hex 4F 6B 91 2E 1A 0 2B D7 1D 2C
Octal 117 153 221 56 32 0 53 327 35 54
Binary 1001111 1101011 10010001 101110 11010 0 101011 11010111 11101 101100

Color Harmonies of #4F6B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6B91

Black with #4F6B91

Text Example


Text Example

White with #4F6B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,107,145); }

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

background-color css

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

 a { background-color: rgb(79,107,145); }

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

border-color css

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

 span { border-color: rgb(79,107,145); }

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