Html Css Color HEX #048F9F Eastern Blue

📋 copy color: '#048F9F'

red 4 ◦ green 143 ◦ blue 159

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

Shades of Eastern Blue #048F9F

Tints of Eastern Blue #048F9F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.73%

 BLUE value IS 159 (62.5% from 255) = 51.96%

R = 1.31%
G = 46.73%
B = 51.96%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#048F9F (or 0x048F9F) is known color: Eastern Blue. HEX triplet: 04, 8F and 9F. RGB value is (4,143,159). Sum of RGB (Red+Green+Blue) = 4+143+159=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #048F9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048F9F is #FB7060. Grayscale: #676767. Windows color (decimal): -16478305 or 10456836. OLE color: 10456836.

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

Color convert

RGB 4 143 159 -
CMYK 0.97 0.10 0 0.38
HSL 186.19º 0.95% 0.32% -
HSV(B) 186.19º 0.97% 0.62% -
XYZ 16.13 22.17 36.23 -
YUV 103.26 159.45 57.2 -
System Red Green Blue C M Y K H S L
Decimal 4 143 159 0.97 0.10 0 0.38 186.19 0.95 0.32
Hex 4 8F 9F 61 A 0 26 BA 5F 20
Octal 4 217 237 141 12 0 46 272 137 40
Binary 100 10001111 10011111 1100001 1010 0 100110 10111010 1011111 100000

Color Harmonies of #048F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048F9F

Black with #048F9F

Text Example


Text Example

White with #048F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,143,159); }

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

background-color css

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

 a { background-color: rgb(4,143,159); }

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

border-color css

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

 span { border-color: rgb(4,143,159); }

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