Html Css Color HEX #048298 Eastern Blue

📋 copy color: '#048298'

red 4 ◦ green 130 ◦ blue 152

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

Shades of Eastern Blue #048298

Tints of Eastern Blue #048298

RGB

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

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

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

R = 1.4%
G = 45.45%
B = 53.15%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#048298 (or 0x048298) is known color: Eastern Blue. HEX triplet: 04, 82 and 98. RGB value is (4,130,152). Sum of RGB (Red+Green+Blue) = 4+130+152=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #048298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048298 is #FB7D67. Grayscale: #5E5E5E. Windows color (decimal): -16481640 or 9994756. OLE color: 9994756.

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

Color convert

RGB 4 130 152 -
CMYK 0.97 0.14 0 0.40
HSL 188.92º 0.95% 0.31% -
HSV(B) 188.92º 0.97% 0.6% -
XYZ 13.7 18.26 32.51 -
YUV 94.83 160.26 63.21 -
System Red Green Blue C M Y K H S L
Decimal 4 130 152 0.97 0.14 0 0.40 188.92 0.95 0.31
Hex 4 82 98 61 E 0 28 BD 5F 1F
Octal 4 202 230 141 16 0 50 275 137 37
Binary 100 10000010 10011000 1100001 1110 0 101000 10111101 1011111 11111

Color Harmonies of #048298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048298

Black with #048298

Text Example


Text Example

White with #048298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048298; }

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

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

background-color css

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

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

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

border-color css

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

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

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