Html Css Color HEX #04859B Eastern Blue

📋 copy color: '#04859B'

red 4 ◦ green 133 ◦ blue 155

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

Shades of Eastern Blue #04859B

Tints of Eastern Blue #04859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.08%

R = 1.37%
G = 45.55%
B = 53.08%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04859B (or 0x04859B) is known color: Eastern Blue. HEX triplet: 04, 85 and 9B. RGB value is (4,133,155). Sum of RGB (Red+Green+Blue) = 4+133+155=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #04859B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04859B is #FB7A64. Grayscale: #606060. Windows color (decimal): -16480869 or 10192132. OLE color: 10192132.

HSL color Cylindrical-coordinate representation of color #04859B: hue angle of 188.74º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04859B is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 133 155 -
CMYK 0.97 0.14 0 0.39
HSL 188.74º 0.95% 0.31% -
HSV(B) 188.74º 0.97% 0.61% -
XYZ 14.35 19.17 33.95 -
YUV 96.94 160.76 61.71 -
System Red Green Blue C M Y K H S L
Decimal 4 133 155 0.97 0.14 0 0.39 188.74 0.95 0.31
Hex 4 85 9B 61 E 0 27 BD 5F 1F
Octal 4 205 233 141 16 0 47 275 137 37
Binary 100 10000101 10011011 1100001 1110 0 100111 10111101 1011111 11111

Color Harmonies of #04859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04859B

Black with #04859B

Text Example


Text Example

White with #04859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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