Html Css Color HEX #048297 Eastern Blue

📋 copy color: '#048297'

red 4 ◦ green 130 ◦ blue 151

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

Shades of Eastern Blue #048297

Tints of Eastern Blue #048297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.61%

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

R = 1.4%
G = 45.61%
B = 52.98%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#048297 (or 0x048297) is known color: Eastern Blue. HEX triplet: 04, 82 and 97. RGB value is (4,130,151). Sum of RGB (Red+Green+Blue) = 4+130+151=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #048297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048297 is #FB7D68. Grayscale: #5E5E5E. Windows color (decimal): -16481641 or 9929220. OLE color: 9929220.

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

Color convert

RGB 4 130 151 -
CMYK 0.97 0.14 0 0.41
HSL 188.57º 0.95% 0.3% -
HSV(B) 188.57º 0.97% 0.59% -
XYZ 13.62 18.23 32.08 -
YUV 94.72 159.76 63.29 -
System Red Green Blue C M Y K H S L
Decimal 4 130 151 0.97 0.14 0 0.41 188.57 0.95 0.3
Hex 4 82 97 61 E 0 29 BD 5F 1E
Octal 4 202 227 141 16 0 51 275 137 36
Binary 100 10000010 10010111 1100001 1110 0 101001 10111101 1011111 11110

Color Harmonies of #048297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048297

Black with #048297

Text Example


Text Example

White with #048297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048297; }

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

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

background-color css

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

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

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

border-color css

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

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

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