Html Css Color HEX #04809D Eastern Blue

📋 copy color: '#04809D'

red 4 ◦ green 128 ◦ blue 157

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

Shades of Eastern Blue #04809D

Tints of Eastern Blue #04809D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 1.38%
G = 44.29%
B = 54.33%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04809D (or 0x04809D) is known color: Eastern Blue. HEX triplet: 04, 80 and 9D. RGB value is (4,128,157). Sum of RGB (Red+Green+Blue) = 4+128+157=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #04809D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04809D is #FB7F62. Grayscale: #5D5D5D. Windows color (decimal): -16482147 or 10321924. OLE color: 10321924.

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

Color convert

RGB 4 128 157 -
CMYK 0.97 0.18 0 0.38
HSL 191.37º 0.95% 0.32% -
HSV(B) 191.37º 0.97% 0.62% -
XYZ 13.86 17.9 34.62 -
YUV 94.23 163.42 63.64 -
System Red Green Blue C M Y K H S L
Decimal 4 128 157 0.97 0.18 0 0.38 191.37 0.95 0.32
Hex 4 80 9D 61 12 0 26 BF 5F 20
Octal 4 200 235 141 22 0 46 277 137 40
Binary 100 10000000 10011101 1100001 10010 0 100110 10111111 1011111 100000

Color Harmonies of #04809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04809D

Black with #04809D

Text Example


Text Example

White with #04809D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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