Html Css Color HEX #04829C Eastern Blue

📋 copy color: '#04829C'

red 4 ◦ green 130 ◦ blue 156

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

Shades of Eastern Blue #04829C

Tints of Eastern Blue #04829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.79%

R = 1.38%
G = 44.83%
B = 53.79%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04829C (or 0x04829C) is known color: Eastern Blue. HEX triplet: 04, 82 and 9C. RGB value is (4,130,156). Sum of RGB (Red+Green+Blue) = 4+130+156=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #04829C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04829C is #FB7D63. Grayscale: #5F5F5F. Windows color (decimal): -16481636 or 10256900. OLE color: 10256900.

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

Color convert

RGB 4 130 156 -
CMYK 0.97 0.17 0 0.39
HSL 190.26º 0.95% 0.31% -
HSV(B) 190.26º 0.97% 0.61% -
XYZ 14.03 18.39 34.26 -
YUV 95.29 162.26 62.89 -
System Red Green Blue C M Y K H S L
Decimal 4 130 156 0.97 0.17 0 0.39 190.26 0.95 0.31
Hex 4 82 9C 61 11 0 27 BE 5F 1F
Octal 4 202 234 141 21 0 47 276 137 37
Binary 100 10000010 10011100 1100001 10001 0 100111 10111110 1011111 11111

Color Harmonies of #04829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04829C

Black with #04829C

Text Example


Text Example

White with #04829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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