Html Css Color HEX #04859D Eastern Blue

📋 copy color: '#04859D'

red 4 ◦ green 133 ◦ blue 157

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

Shades of Eastern Blue #04859D

Tints of Eastern Blue #04859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.24%

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

R = 1.36%
G = 45.24%
B = 53.4%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04859D (or 0x04859D) is known color: Eastern Blue. HEX triplet: 04, 85 and 9D. RGB value is (4,133,157). Sum of RGB (Red+Green+Blue) = 4+133+157=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #04859D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04859D is #FB7A62. Grayscale: #606060. Windows color (decimal): -16480867 or 10323204. OLE color: 10323204.

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

Color convert

RGB 4 133 157 -
CMYK 0.97 0.15 0 0.38
HSL 189.41º 0.95% 0.32% -
HSV(B) 189.41º 0.97% 0.62% -
XYZ 14.52 19.24 34.85 -
YUV 97.17 161.76 61.55 -
System Red Green Blue C M Y K H S L
Decimal 4 133 157 0.97 0.15 0 0.38 189.41 0.95 0.32
Hex 4 85 9D 61 F 0 26 BD 5F 20
Octal 4 205 235 141 17 0 46 275 137 40
Binary 100 10000101 10011101 1100001 1111 0 100110 10111101 1011111 100000

Color Harmonies of #04859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04859D

Black with #04859D

Text Example


Text Example

White with #04859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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