Html Css Color HEX #048B9E Eastern Blue

📋 copy color: '#048B9E'

red 4 ◦ green 139 ◦ blue 158

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

Shades of Eastern Blue #048B9E

Tints of Eastern Blue #048B9E

RGB

 RED value IS 4 (1.95% from 255) = 1.33%

 GREEN value IS 139 (54.69% from 255) = 46.18%

 BLUE value IS 158 (62.11% from 255) = 52.49%

R = 1.33%
G = 46.18%
B = 52.49%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#048B9E (or 0x048B9E) is known color: Eastern Blue. HEX triplet: 04, 8B and 9E. RGB value is (4,139,158). Sum of RGB (Red+Green+Blue) = 4+139+158=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #048B9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048B9E is #FB7461. Grayscale: #646464. Windows color (decimal): -16479330 or 10390276. OLE color: 10390276.

HSL color Cylindrical-coordinate representation of color #048B9E: hue angle of 187.4º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048B9E is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 139 158 -
CMYK 0.97 0.12 0 0.38
HSL 187.4º 0.95% 0.32% -
HSV(B) 187.4º 0.97% 0.62% -
XYZ 15.45 20.96 35.58 -
YUV 100.8 160.27 58.96 -
System Red Green Blue C M Y K H S L
Decimal 4 139 158 0.97 0.12 0 0.38 187.4 0.95 0.32
Hex 4 8B 9E 61 C 0 26 BB 5F 20
Octal 4 213 236 141 14 0 46 273 137 40
Binary 100 10001011 10011110 1100001 1100 0 100110 10111011 1011111 100000

Color Harmonies of #048B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B9E

Black with #048B9E

Text Example


Text Example

White with #048B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048B9E; }

 p { color: rgb(4,139,158); }

 H1.HeaderClassName
 {
   color: #048B9E;
 }
 .AnyTagClassName
 {
   color: #048B9E;
 }
</style>

background-color css

<style>
 a { background-color: #048B9E; }

 a { background-color: rgb(4,139,158); }

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

border-color css

<style>
 span { border-color: #048B9E; }

 span { border-color: rgb(4,139,158); }

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