Html Css Color HEX #048394 Eastern Blue

📋 copy color: '#048394'

red 4 ◦ green 131 ◦ blue 148

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

Shades of Eastern Blue #048394

Tints of Eastern Blue #048394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.29%

 BLUE value IS 148 (58.2% from 255) = 52.3%

R = 1.41%
G = 46.29%
B = 52.3%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#048394 (or 0x048394) is known color: Eastern Blue. HEX triplet: 04, 83 and 94. RGB value is (4,131,148). Sum of RGB (Red+Green+Blue) = 4+131+148=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #048394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048394 is #FB7C6B. Grayscale: #5E5E5E. Windows color (decimal): -16481388 or 9732868. OLE color: 9732868.

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

Color convert

RGB 4 131 148 -
CMYK 0.97 0.11 0 0.42
HSL 187.08º 0.95% 0.3% -
HSV(B) 187.08º 0.97% 0.58% -
XYZ 13.51 18.4 30.86 -
YUV 94.97 157.92 63.12 -
System Red Green Blue C M Y K H S L
Decimal 4 131 148 0.97 0.11 0 0.42 187.08 0.95 0.3
Hex 4 83 94 61 B 0 2A BB 5F 1E
Octal 4 203 224 141 13 0 52 273 137 36
Binary 100 10000011 10010100 1100001 1011 0 101010 10111011 1011111 11110

Color Harmonies of #048394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048394

Black with #048394

Text Example


Text Example

White with #048394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048394; }

 p { color: rgb(4,131,148); }

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

background-color css

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

 a { background-color: rgb(4,131,148); }

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

border-color css

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

 span { border-color: rgb(4,131,148); }

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