Html Css Color HEX #048B9D Eastern Blue

📋 copy color: '#048B9D'

red 4 ◦ green 139 ◦ blue 157

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

Shades of Eastern Blue #048B9D

Tints of Eastern Blue #048B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.33%

R = 1.33%
G = 46.33%
B = 52.33%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#048B9D (or 0x048B9D) is known color: Eastern Blue. HEX triplet: 04, 8B and 9D. RGB value is (4,139,157). Sum of RGB (Red+Green+Blue) = 4+139+157=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #048B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048B9D is #FB7462. Grayscale: #646464. Windows color (decimal): -16479331 or 10324740. OLE color: 10324740.

HSL color Cylindrical-coordinate representation of color #048B9D: hue angle of 187.06º 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 #048B9D is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 139 157 -
CMYK 0.97 0.11 0 0.38
HSL 187.06º 0.95% 0.32% -
HSV(B) 187.06º 0.97% 0.62% -
XYZ 15.37 20.93 35.13 -
YUV 100.69 159.77 59.04 -
System Red Green Blue C M Y K H S L
Decimal 4 139 157 0.97 0.11 0 0.38 187.06 0.95 0.32
Hex 4 8B 9D 61 B 0 26 BB 5F 20
Octal 4 213 235 141 13 0 46 273 137 40
Binary 100 10001011 10011101 1100001 1011 0 100110 10111011 1011111 100000

Color Harmonies of #048B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048B9D

Black with #048B9D

Text Example


Text Example

White with #048B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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