Html Css Color HEX #04849D Eastern Blue

📋 copy color: '#04849D'

red 4 ◦ green 132 ◦ blue 157

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

Shades of Eastern Blue #04849D

Tints of Eastern Blue #04849D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.05%

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

R = 1.37%
G = 45.05%
B = 53.58%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04849D (or 0x04849D) is known color: Eastern Blue. HEX triplet: 04, 84 and 9D. RGB value is (4,132,157). Sum of RGB (Red+Green+Blue) = 4+132+157=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #04849D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04849D is #FB7B62. Grayscale: #606060. Windows color (decimal): -16481123 or 10322948. OLE color: 10322948.

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

Color convert

RGB 4 132 157 -
CMYK 0.97 0.16 0 0.38
HSL 189.8º 0.95% 0.32% -
HSV(B) 189.8º 0.97% 0.62% -
XYZ 14.39 18.96 34.8 -
YUV 96.58 162.09 61.97 -
System Red Green Blue C M Y K H S L
Decimal 4 132 157 0.97 0.16 0 0.38 189.8 0.95 0.32
Hex 4 84 9D 61 10 0 26 BE 5F 20
Octal 4 204 235 141 20 0 46 276 137 40
Binary 100 10000100 10011101 1100001 10000 0 100110 10111110 1011111 100000

Color Harmonies of #04849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04849D

Black with #04849D

Text Example


Text Example

White with #04849D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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