Html Css Color HEX #04979D Eastern Blue

📋 copy color: '#04979D'

red 4 ◦ green 151 ◦ blue 157

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

Shades of Eastern Blue #04979D

Tints of Eastern Blue #04979D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.4%

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

R = 1.28%
G = 48.4%
B = 50.32%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04979D (or 0x04979D) is known color: Eastern Blue. HEX triplet: 04, 97 and 9D. RGB value is (4,151,157). Sum of RGB (Red+Green+Blue) = 4+151+157=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #04979D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04979D is #FB6862. Grayscale: #6B6B6B. Windows color (decimal): -16476259 or 10327812. OLE color: 10327812.

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

Color convert

RGB 4 151 157 -
CMYK 0.97 0.04 0 0.38
HSL 182.35º 0.95% 0.32% -
HSV(B) 182.35º 0.97% 0.62% -
XYZ 17.2 24.59 35.74 -
YUV 107.73 155.8 54.01 -
System Red Green Blue C M Y K H S L
Decimal 4 151 157 0.97 0.04 0 0.38 182.35 0.95 0.32
Hex 4 97 9D 61 4 0 26 B6 5F 20
Octal 4 227 235 141 4 0 46 266 137 40
Binary 100 10010111 10011101 1100001 100 0 100110 10110110 1011111 100000

Color Harmonies of #04979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04979D

Black with #04979D

Text Example


Text Example

White with #04979D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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