Html Css Color HEX #04829D Eastern Blue

📋 copy color: '#04829D'

red 4 ◦ green 130 ◦ blue 157

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

Shades of Eastern Blue #04829D

Tints of Eastern Blue #04829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.67%

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

R = 1.37%
G = 44.67%
B = 53.95%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04829D (or 0x04829D) is known color: Eastern Blue. HEX triplet: 04, 82 and 9D. RGB value is (4,130,157). Sum of RGB (Red+Green+Blue) = 4+130+157=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #04829D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04829D is #FB7D62. Grayscale: #5F5F5F. Windows color (decimal): -16481635 or 10322436. OLE color: 10322436.

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

Color convert

RGB 4 130 157 -
CMYK 0.97 0.17 0 0.38
HSL 190.59º 0.95% 0.32% -
HSV(B) 190.59º 0.97% 0.62% -
XYZ 14.12 18.43 34.71 -
YUV 95.4 162.76 62.8 -
System Red Green Blue C M Y K H S L
Decimal 4 130 157 0.97 0.17 0 0.38 190.59 0.95 0.32
Hex 4 82 9D 61 11 0 26 BF 5F 20
Octal 4 202 235 141 21 0 46 277 137 40
Binary 100 10000010 10011101 1100001 10001 0 100110 10111111 1011111 100000

Color Harmonies of #04829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04829D

Black with #04829D

Text Example


Text Example

White with #04829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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