Html Css Color HEX #048197 Eastern Blue

📋 copy color: '#048197'

red 4 ◦ green 129 ◦ blue 151

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

Shades of Eastern Blue #048197

Tints of Eastern Blue #048197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

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

R = 1.41%
G = 45.42%
B = 53.17%

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

#048197 (or 0x048197) is known color: Eastern Blue. HEX triplet: 04, 81 and 97. RGB value is (4,129,151). Sum of RGB (Red+Green+Blue) = 4+129+151=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #048197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048197 is #FB7E68. Grayscale: #5D5D5D. Windows color (decimal): -16481897 or 9928964. OLE color: 9928964.

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

Color convert

RGB 4 129 151 -
CMYK 0.97 0.15 0 0.41
HSL 188.98º 0.95% 0.3% -
HSV(B) 188.98º 0.97% 0.59% -
XYZ 13.49 17.96 32.03 -
YUV 94.13 160.09 63.71 -
System Red Green Blue C M Y K H S L
Decimal 4 129 151 0.97 0.15 0 0.41 188.98 0.95 0.3
Hex 4 81 97 61 F 0 29 BD 5F 1E
Octal 4 201 227 141 17 0 51 275 137 36
Binary 100 10000001 10010111 1100001 1111 0 101001 10111101 1011111 11110

Color Harmonies of #048197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048197

Black with #048197

Text Example


Text Example

White with #048197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048197; }

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

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

background-color css

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

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

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

border-color css

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

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

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