Html Css Color HEX #4E6E93 Kashmir Blue

📋 copy color: '#4E6E93'

red 78 ◦ green 110 ◦ blue 147

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

Shades of Kashmir Blue #4E6E93

Tints of Kashmir Blue #4E6E93

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.84%

 BLUE value IS 147 (57.81% from 255) = 43.88%

R = 23.28%
G = 32.84%
B = 43.88%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E6E93 (or 0x4E6E93) is known color: Kashmir Blue. HEX triplet: 4E, 6E and 93. RGB value is (78,110,147). Sum of RGB (Red+Green+Blue) = 78+110+147=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #4E6E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6E93 is #B1916C. Grayscale: #686868. Windows color (decimal): -11637101 or 9662030. OLE color: 9662030.

HSL color Cylindrical-coordinate representation of color #4E6E93: hue angle of 212.17º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E6E93 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 110 147 -
CMYK 0.47 0.25 0 0.42
HSL 212.17º 0.31% 0.44% -
HSV(B) 212.17º 0.47% 0.58% -
XYZ 13.98 14.88 29.74 -
YUV 104.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 78 110 147 0.47 0.25 0 0.42 212.17 0.31 0.44
Hex 4E 6E 93 2F 19 0 2A D4 1F 2C
Octal 116 156 223 57 31 0 52 324 37 54
Binary 1001110 1101110 10010011 101111 11001 0 101010 11010100 11111 101100

Color Harmonies of #4E6E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6E93

Black with #4E6E93

Text Example


Text Example

White with #4E6E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,110,147); }

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

background-color css

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

 a { background-color: rgb(78,110,147); }

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

border-color css

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

 span { border-color: rgb(78,110,147); }

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