Html Css Color HEX #04849A Eastern Blue

📋 copy color: '#04849A'

red 4 ◦ green 132 ◦ blue 154

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

Shades of Eastern Blue #04849A

Tints of Eastern Blue #04849A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 53.1%

R = 1.38%
G = 45.52%
B = 53.1%

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

#04849A (or 0x04849A) is known color: Eastern Blue. HEX triplet: 04, 84 and 9A. RGB value is (4,132,154). Sum of RGB (Red+Green+Blue) = 4+132+154=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #04849A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04849A is #FB7B65. Grayscale: #606060. Windows color (decimal): -16481126 or 10126340. OLE color: 10126340.

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

Color convert

RGB 4 132 154 -
CMYK 0.97 0.14 0 0.40
HSL 188.8º 0.95% 0.31% -
HSV(B) 188.8º 0.97% 0.6% -
XYZ 14.13 18.86 33.47 -
YUV 96.24 160.59 62.21 -
System Red Green Blue C M Y K H S L
Decimal 4 132 154 0.97 0.14 0 0.40 188.8 0.95 0.31
Hex 4 84 9A 61 E 0 28 BD 5F 1F
Octal 4 204 232 141 16 0 50 275 137 37
Binary 100 10000100 10011010 1100001 1110 0 101000 10111101 1011111 11111

Color Harmonies of #04849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04849A

Black with #04849A

Text Example


Text Example

White with #04849A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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