Html Css Color HEX #04849E Eastern Blue

📋 copy color: '#04849E'

red 4 ◦ green 132 ◦ blue 158

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

Shades of Eastern Blue #04849E

Tints of Eastern Blue #04849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.9%

 BLUE value IS 158 (62.11% from 255) = 53.74%

R = 1.36%
G = 44.9%
B = 53.74%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04849E (or 0x04849E) is known color: Eastern Blue. HEX triplet: 04, 84 and 9E. RGB value is (4,132,158). Sum of RGB (Red+Green+Blue) = 4+132+158=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #04849E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04849E is #FB7B61. Grayscale: #606060. Windows color (decimal): -16481122 or 10388484. OLE color: 10388484.

HSL color Cylindrical-coordinate representation of color #04849E: hue angle of 190.13º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04849E is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 132 158 -
CMYK 0.97 0.16 0 0.38
HSL 190.13º 0.95% 0.32% -
HSV(B) 190.13º 0.97% 0.62% -
XYZ 14.47 19 35.25 -
YUV 96.69 162.59 61.89 -
System Red Green Blue C M Y K H S L
Decimal 4 132 158 0.97 0.16 0 0.38 190.13 0.95 0.32
Hex 4 84 9E 61 10 0 26 BE 5F 20
Octal 4 204 236 141 20 0 46 276 137 40
Binary 100 10000100 10011110 1100001 10000 0 100110 10111110 1011111 100000

Color Harmonies of #04849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04849E

Black with #04849E

Text Example


Text Example

White with #04849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04849E; }

 p { color: rgb(4,132,158); }

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

background-color css

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

 a { background-color: rgb(4,132,158); }

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

border-color css

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

 span { border-color: rgb(4,132,158); }

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