Html Css Color HEX #4E8990 Half Baked

📋 copy color: '#4E8990'

red 78 ◦ green 137 ◦ blue 144

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

Shades of Half Baked #4E8990

Tints of Half Baked #4E8990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.16%

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

R = 21.73%
G = 38.16%
B = 40.11%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E8990 (or 0x4E8990) is known color: Half Baked. HEX triplet: 4E, 89 and 90. RGB value is (78,137,144). Sum of RGB (Red+Green+Blue) = 78+137+144=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E8990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8990 is #B1766F. Grayscale: #787878. Windows color (decimal): -11630192 or 9472334. OLE color: 9472334.

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

Color convert

RGB 78 137 144 -
CMYK 0.46 0.05 0 0.44
HSL 186.36º 0.3% 0.44% -
HSV(B) 186.36º 0.46% 0.56% -
XYZ 17.12 21.52 29.64 -
YUV 120.16 141.45 97.93 -
System Red Green Blue C M Y K H S L
Decimal 78 137 144 0.46 0.05 0 0.44 186.36 0.3 0.44
Hex 4E 89 90 2E 5 0 2C BA 1E 2C
Octal 116 211 220 56 5 0 54 272 36 54
Binary 1001110 10001001 10010000 101110 101 0 101100 10111010 11110 101100

Color Harmonies of #4E8990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8990

Black with #4E8990

Text Example


Text Example

White with #4E8990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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