Html Css Color HEX #048096 Eastern Blue

📋 copy color: '#048096'

red 4 ◦ green 128 ◦ blue 150

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

Shades of Eastern Blue #048096

Tints of Eastern Blue #048096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.39%

 BLUE value IS 150 (58.98% from 255) = 53.19%

R = 1.42%
G = 45.39%
B = 53.19%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#048096 (or 0x048096) is known color: Eastern Blue. HEX triplet: 04, 80 and 96. RGB value is (4,128,150). Sum of RGB (Red+Green+Blue) = 4+128+150=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #048096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048096 is #FB7F69. Grayscale: #5D5D5D. Windows color (decimal): -16482154 or 9863172. OLE color: 9863172.

HSL color Cylindrical-coordinate representation of color #048096: hue angle of 189.04º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048096 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 128 150 -
CMYK 0.97 0.15 0 0.41
HSL 189.04º 0.95% 0.3% -
HSV(B) 189.04º 0.97% 0.59% -
XYZ 13.27 17.67 31.56 -
YUV 93.43 159.92 64.21 -
System Red Green Blue C M Y K H S L
Decimal 4 128 150 0.97 0.15 0 0.41 189.04 0.95 0.3
Hex 4 80 96 61 F 0 29 BD 5F 1E
Octal 4 200 226 141 17 0 51 275 137 36
Binary 100 10000000 10010110 1100001 1111 0 101001 10111101 1011111 11110

Color Harmonies of #048096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048096

Black with #048096

Text Example


Text Example

White with #048096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048096; }

 p { color: rgb(4,128,150); }

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

background-color css

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

 a { background-color: rgb(4,128,150); }

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

border-color css

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

 span { border-color: rgb(4,128,150); }

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