Html Css Color HEX #04899A Eastern Blue

📋 copy color: '#04899A'

red 4 ◦ green 137 ◦ blue 154

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

Shades of Eastern Blue #04899A

Tints of Eastern Blue #04899A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.44%

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

R = 1.36%
G = 46.44%
B = 52.2%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#04899A (or 0x04899A) is known color: Eastern Blue. HEX triplet: 04, 89 and 9A. RGB value is (4,137,154). Sum of RGB (Red+Green+Blue) = 4+137+154=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #04899A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04899A is #FB7665. Grayscale: #626262. Windows color (decimal): -16479846 or 10127620. OLE color: 10127620.

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

Color convert

RGB 4 137 154 -
CMYK 0.97 0.11 0 0.40
HSL 186.8º 0.95% 0.31% -
HSV(B) 186.8º 0.97% 0.6% -
XYZ 14.83 20.25 33.7 -
YUV 99.17 158.94 60.12 -
System Red Green Blue C M Y K H S L
Decimal 4 137 154 0.97 0.11 0 0.40 186.8 0.95 0.31
Hex 4 89 9A 61 B 0 28 BB 5F 1F
Octal 4 211 232 141 13 0 50 273 137 37
Binary 100 10001001 10011010 1100001 1011 0 101000 10111011 1011111 11111

Color Harmonies of #04899A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04899A

Black with #04899A

Text Example


Text Example

White with #04899A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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