Html Css Color HEX #04809A Eastern Blue

📋 copy color: '#04809A'

red 4 ◦ green 128 ◦ blue 154

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

Shades of Eastern Blue #04809A

Tints of Eastern Blue #04809A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.76%

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

R = 1.4%
G = 44.76%
B = 53.85%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#04809A (or 0x04809A) is known color: Eastern Blue. HEX triplet: 04, 80 and 9A. RGB value is (4,128,154). Sum of RGB (Red+Green+Blue) = 4+128+154=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #04809A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04809A is #FB7F65. Grayscale: #5D5D5D. Windows color (decimal): -16482150 or 10125316. OLE color: 10125316.

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

Color convert

RGB 4 128 154 -
CMYK 0.97 0.17 0 0.40
HSL 190.4º 0.95% 0.31% -
HSV(B) 190.4º 0.97% 0.6% -
XYZ 13.6 17.8 33.29 -
YUV 93.89 161.92 63.89 -
System Red Green Blue C M Y K H S L
Decimal 4 128 154 0.97 0.17 0 0.40 190.4 0.95 0.31
Hex 4 80 9A 61 11 0 28 BE 5F 1F
Octal 4 200 232 141 21 0 50 276 137 37
Binary 100 10000000 10011010 1100001 10001 0 101000 10111110 1011111 11111

Color Harmonies of #04809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04809A

Black with #04809A

Text Example


Text Example

White with #04809A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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