Html Css Color HEX #048393 Eastern Blue

📋 copy color: '#048393'

red 4 ◦ green 131 ◦ blue 147

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

Shades of Eastern Blue #048393

Tints of Eastern Blue #048393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 1.42%
G = 46.45%
B = 52.13%

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

#048393 (or 0x048393) is known color: Eastern Blue. HEX triplet: 04, 83 and 93. RGB value is (4,131,147). Sum of RGB (Red+Green+Blue) = 4+131+147=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #048393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048393 is #FB7C6C. Grayscale: #5E5E5E. Windows color (decimal): -16481389 or 9667332. OLE color: 9667332.

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

Color convert

RGB 4 131 147 -
CMYK 0.97 0.11 0 0.42
HSL 186.71º 0.95% 0.3% -
HSV(B) 186.71º 0.97% 0.58% -
XYZ 13.43 18.37 30.44 -
YUV 94.85 157.42 63.2 -
System Red Green Blue C M Y K H S L
Decimal 4 131 147 0.97 0.11 0 0.42 186.71 0.95 0.3
Hex 4 83 93 61 B 0 2A BB 5F 1E
Octal 4 203 223 141 13 0 52 273 137 36
Binary 100 10000011 10010011 1100001 1011 0 101010 10111011 1011111 11110

Color Harmonies of #048393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048393

Black with #048393

Text Example


Text Example

White with #048393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048393; }

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

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

background-color css

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

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

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

border-color css

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

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

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