Html Css Color HEX #4E6990 Kashmir Blue

📋 copy color: '#4E6990'

red 78 ◦ green 105 ◦ blue 144

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

Shades of Kashmir Blue #4E6990

Tints of Kashmir Blue #4E6990

RGB

 RED value IS 78 (30.86% from 255) = 23.85%

 GREEN value IS 105 (41.41% from 255) = 32.11%

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

R = 23.85%
G = 32.11%
B = 44.04%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E6990 (or 0x4E6990) is known color: Kashmir Blue. HEX triplet: 4E, 69 and 90. RGB value is (78,105,144). Sum of RGB (Red+Green+Blue) = 78+105+144=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 105 (41.41% from 255 or 32.11% 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 #4E6990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6990 is #B1966F. Grayscale: #656565. Windows color (decimal): -11638384 or 9464142. OLE color: 9464142.

HSL color Cylindrical-coordinate representation of color #4E6990: hue angle of 215.45º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E6990 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 78 105 144 -
CMYK 0.46 0.27 0 0.44
HSL 215.45º 0.3% 0.44% -
HSV(B) 215.45º 0.46% 0.56% -
XYZ 13.23 13.74 28.34 -
YUV 101.37 152.05 111.33 -
System Red Green Blue C M Y K H S L
Decimal 78 105 144 0.46 0.27 0 0.44 215.45 0.3 0.44
Hex 4E 69 90 2E 1B 0 2C D7 1E 2C
Octal 116 151 220 56 33 0 54 327 36 54
Binary 1001110 1101001 10010000 101110 11011 0 101100 11010111 11110 101100

Color Harmonies of #4E6990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6990

Black with #4E6990

Text Example


Text Example

White with #4E6990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,105,144); }

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

background-color css

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

 a { background-color: rgb(78,105,144); }

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

border-color css

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

 span { border-color: rgb(78,105,144); }

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