Html Css Color HEX #047D9C Eastern Blue

📋 copy color: '#047D9C'

red 4 ◦ green 125 ◦ blue 156

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

Shades of Eastern Blue #047D9C

Tints of Eastern Blue #047D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.86%

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

R = 1.4%
G = 43.86%
B = 54.74%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#047D9C (or 0x047D9C) is known color: Eastern Blue. HEX triplet: 04, 7D and 9C. RGB value is (4,125,156). Sum of RGB (Red+Green+Blue) = 4+125+156=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #047D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047D9C is #FB8263. Grayscale: #5C5C5C. Windows color (decimal): -16482916 or 10255620. OLE color: 10255620.

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

Color convert

RGB 4 125 156 -
CMYK 0.97 0.20 0 0.39
HSL 192.24º 0.95% 0.31% -
HSV(B) 192.24º 0.97% 0.61% -
XYZ 13.38 17.09 34.05 -
YUV 92.36 163.91 64.98 -
System Red Green Blue C M Y K H S L
Decimal 4 125 156 0.97 0.20 0 0.39 192.24 0.95 0.31
Hex 4 7D 9C 61 14 0 27 C0 5F 1F
Octal 4 175 234 141 24 0 47 300 137 37
Binary 100 1111101 10011100 1100001 10100 0 100111 11000000 1011111 11111

Color Harmonies of #047D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047D9C

Black with #047D9C

Text Example


Text Example

White with #047D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047D9C; }

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

 H1.HeaderClassName
 {
   color: #047D9C;
 }
 .AnyTagClassName
 {
   color: #047D9C;
 }
</style>

background-color css

<style>
 a { background-color: #047D9C; }

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

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

border-color css

<style>
 span { border-color: #047D9C; }

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

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