Html Css Color HEX #4E6892 Kashmir Blue

📋 copy color: '#4E6892'

red 78 ◦ green 104 ◦ blue 146

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

Shades of Kashmir Blue #4E6892

Tints of Kashmir Blue #4E6892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.71%

 BLUE value IS 146 (57.42% from 255) = 44.51%

R = 23.78%
G = 31.71%
B = 44.51%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4E6892 (or 0x4E6892) is known color: Kashmir Blue. HEX triplet: 4E, 68 and 92. RGB value is (78,104,146). Sum of RGB (Red+Green+Blue) = 78+104+146=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E6892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6892 is #B1976D. Grayscale: #646464. Windows color (decimal): -11638638 or 9594958. OLE color: 9594958.

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

Color convert

RGB 78 104 146 -
CMYK 0.47 0.29 0 0.43
HSL 217.06º 0.3% 0.44% -
HSV(B) 217.06º 0.47% 0.57% -
XYZ 13.28 13.6 29.12 -
YUV 101.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 78 104 146 0.47 0.29 0 0.43 217.06 0.3 0.44
Hex 4E 68 92 2F 1D 0 2B D9 1E 2C
Octal 116 150 222 57 35 0 53 331 36 54
Binary 1001110 1101000 10010010 101111 11101 0 101011 11011001 11110 101100

Color Harmonies of #4E6892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6892

Black with #4E6892

Text Example


Text Example

White with #4E6892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,104,146); }

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

background-color css

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

 a { background-color: rgb(78,104,146); }

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

border-color css

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

 span { border-color: rgb(78,104,146); }

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