Html Css Color HEX #4E6790 Kashmir Blue

📋 copy color: '#4E6790'

red 78 ◦ green 103 ◦ blue 144

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

Shades of Kashmir Blue #4E6790

Tints of Kashmir Blue #4E6790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.69%

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

R = 24%
G = 31.69%
B = 44.31%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E6790 (or 0x4E6790) is known color: Kashmir Blue. HEX triplet: 4E, 67 and 90. RGB value is (78,103,144). Sum of RGB (Red+Green+Blue) = 78+103+144=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E6790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6790 is #B1986F. Grayscale: #646464. Windows color (decimal): -11638896 or 9463630. OLE color: 9463630.

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

Color convert

RGB 78 103 144 -
CMYK 0.46 0.28 0 0.44
HSL 217.27º 0.3% 0.44% -
HSV(B) 217.27º 0.46% 0.56% -
XYZ 13.03 13.33 28.27 -
YUV 100.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 78 103 144 0.46 0.28 0 0.44 217.27 0.3 0.44
Hex 4E 67 90 2E 1C 0 2C D9 1E 2C
Octal 116 147 220 56 34 0 54 331 36 54
Binary 1001110 1100111 10010000 101110 11100 0 101100 11011001 11110 101100

Color Harmonies of #4E6790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6790

Black with #4E6790

Text Example


Text Example

White with #4E6790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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