Html Css Color HEX #04829B Eastern Blue

📋 copy color: '#04829B'

red 4 ◦ green 130 ◦ blue 155

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

Shades of Eastern Blue #04829B

Tints of Eastern Blue #04829B

RGB

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

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

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

R = 1.38%
G = 44.98%
B = 53.63%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04829B (or 0x04829B) is known color: Eastern Blue. HEX triplet: 04, 82 and 9B. RGB value is (4,130,155). Sum of RGB (Red+Green+Blue) = 4+130+155=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #04829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04829B is #FB7D64. Grayscale: #5E5E5E. Windows color (decimal): -16481637 or 10191364. OLE color: 10191364.

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

Color convert

RGB 4 130 155 -
CMYK 0.97 0.16 0 0.39
HSL 189.93º 0.95% 0.31% -
HSV(B) 189.93º 0.97% 0.61% -
XYZ 13.95 18.36 33.82 -
YUV 95.18 161.76 62.97 -
System Red Green Blue C M Y K H S L
Decimal 4 130 155 0.97 0.16 0 0.39 189.93 0.95 0.31
Hex 4 82 9B 61 10 0 27 BE 5F 1F
Octal 4 202 233 141 20 0 47 276 137 37
Binary 100 10000010 10011011 1100001 10000 0 100111 10111110 1011111 11111

Color Harmonies of #04829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04829B

Black with #04829B

Text Example


Text Example

White with #04829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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