Html Css Color HEX #4F6590 Kashmir Blue

📋 copy color: '#4F6590'

red 79 ◦ green 101 ◦ blue 144

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

Shades of Kashmir Blue #4F6590

Tints of Kashmir Blue #4F6590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

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

R = 24.38%
G = 31.17%
B = 44.44%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F6590 (or 0x4F6590) is known color: Kashmir Blue. HEX triplet: 4F, 65 and 90. RGB value is (79,101,144). Sum of RGB (Red+Green+Blue) = 79+101+144=324 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.38% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F6590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6590 is #B09A6F. Grayscale: #636363. Windows color (decimal): -11573872 or 9463119. OLE color: 9463119.

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

Color convert

RGB 79 101 144 -
CMYK 0.45 0.30 0 0.44
HSL 219.69º 0.29% 0.44% -
HSV(B) 219.69º 0.45% 0.56% -
XYZ 12.91 12.98 28.21 -
YUV 99.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 79 101 144 0.45 0.30 0 0.44 219.69 0.29 0.44
Hex 4F 65 90 2D 1E 0 2C DC 1D 2C
Octal 117 145 220 55 36 0 54 334 35 54
Binary 1001111 1100101 10010000 101101 11110 0 101100 11011100 11101 101100

Color Harmonies of #4F6590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6590

Black with #4F6590

Text Example


Text Example

White with #4F6590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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