Html Css Color HEX #048198 Eastern Blue

📋 copy color: '#048198'

red 4 ◦ green 129 ◦ blue 152

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

Shades of Eastern Blue #048198

Tints of Eastern Blue #048198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.33%

R = 1.4%
G = 45.26%
B = 53.33%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#048198 (or 0x048198) is known color: Eastern Blue. HEX triplet: 04, 81 and 98. RGB value is (4,129,152). Sum of RGB (Red+Green+Blue) = 4+129+152=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #048198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048198 is #FB7E67. Grayscale: #5E5E5E. Windows color (decimal): -16481896 or 9994500. OLE color: 9994500.

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

Color convert

RGB 4 129 152 -
CMYK 0.97 0.15 0 0.40
HSL 189.32º 0.95% 0.31% -
HSV(B) 189.32º 0.97% 0.6% -
XYZ 13.57 17.99 32.46 -
YUV 94.25 160.59 63.63 -
System Red Green Blue C M Y K H S L
Decimal 4 129 152 0.97 0.15 0 0.40 189.32 0.95 0.31
Hex 4 81 98 61 F 0 28 BD 5F 1F
Octal 4 201 230 141 17 0 50 275 137 37
Binary 100 10000001 10011000 1100001 1111 0 101000 10111101 1011111 11111

Color Harmonies of #048198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048198

Black with #048198

Text Example


Text Example

White with #048198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048198; }

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

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

background-color css

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

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

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

border-color css

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

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

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