Html Css Color HEX #048199 Eastern Blue

📋 copy color: '#048199'

red 4 ◦ green 129 ◦ blue 153

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

Shades of Eastern Blue #048199

Tints of Eastern Blue #048199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.5%

R = 1.4%
G = 45.1%
B = 53.5%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#048199 (or 0x048199) is known color: Eastern Blue. HEX triplet: 04, 81 and 99. RGB value is (4,129,153). Sum of RGB (Red+Green+Blue) = 4+129+153=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #048199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048199 is #FB7E66. Grayscale: #5E5E5E. Windows color (decimal): -16481895 or 10060036. OLE color: 10060036.

HSL color Cylindrical-coordinate representation of color #048199: hue angle of 189.66º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048199 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 129 153 -
CMYK 0.97 0.16 0 0.4
HSL 189.66º 0.95% 0.31% -
HSV(B) 189.66º 0.97% 0.6% -
XYZ 13.65 18.03 32.9 -
YUV 94.36 161.09 63.55 -
System Red Green Blue C M Y K H S L
Decimal 4 129 153 0.97 0.16 0 0.4 189.66 0.95 0.31
Hex 4 81 99 61 10 0 28 BE 5F 1F
Octal 4 201 231 141 20 0 50 276 137 37
Binary 100 10000001 10011001 1100001 10000 0 101000 10111110 1011111 11111

Color Harmonies of #048199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048199

Black with #048199

Text Example


Text Example

White with #048199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048199; }

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

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

background-color css

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

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

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

border-color css

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

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

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