Html Css Color HEX #048397 Eastern Blue

📋 copy color: '#048397'

red 4 ◦ green 131 ◦ blue 151

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

Shades of Eastern Blue #048397

Tints of Eastern Blue #048397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.8%

R = 1.4%
G = 45.8%
B = 52.8%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#048397 (or 0x048397) is known color: Eastern Blue. HEX triplet: 04, 83 and 97. RGB value is (4,131,151). Sum of RGB (Red+Green+Blue) = 4+131+151=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #048397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048397 is #FB7C68. Grayscale: #5F5F5F. Windows color (decimal): -16481385 or 9929476. OLE color: 9929476.

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

Color convert

RGB 4 131 151 -
CMYK 0.97 0.13 0 0.41
HSL 188.16º 0.95% 0.3% -
HSV(B) 188.16º 0.97% 0.59% -
XYZ 13.75 18.49 32.12 -
YUV 95.31 159.42 62.87 -
System Red Green Blue C M Y K H S L
Decimal 4 131 151 0.97 0.13 0 0.41 188.16 0.95 0.3
Hex 4 83 97 61 D 0 29 BC 5F 1E
Octal 4 203 227 141 15 0 51 274 137 36
Binary 100 10000011 10010111 1100001 1101 0 101001 10111100 1011111 11110

Color Harmonies of #048397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048397

Black with #048397

Text Example


Text Example

White with #048397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048397; }

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

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

background-color css

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

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

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

border-color css

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

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

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