Html Css Color HEX #047C90 Eastern Blue

📋 copy color: '#047C90'

red 4 ◦ green 124 ◦ blue 144

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

Shades of Eastern Blue #047C90

Tints of Eastern Blue #047C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.59%

 BLUE value IS 144 (56.64% from 255) = 52.94%

R = 1.47%
G = 45.59%
B = 52.94%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#047C90 (or 0x047C90) is known color: Eastern Blue. HEX triplet: 04, 7C and 90. RGB value is (4,124,144). Sum of RGB (Red+Green+Blue) = 4+124+144=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #047C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047C90 is #FB836F. Grayscale: #5A5A5A. Windows color (decimal): -16483184 or 9468932. OLE color: 9468932.

HSL color Cylindrical-coordinate representation of color #047C90: hue angle of 188.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047C90 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 124 144 -
CMYK 0.97 0.14 0 0.44
HSL 188.57º 0.95% 0.29% -
HSV(B) 188.57º 0.97% 0.56% -
XYZ 12.29 16.45 28.91 -
YUV 90.4 158.24 66.37 -
System Red Green Blue C M Y K H S L
Decimal 4 124 144 0.97 0.14 0 0.44 188.57 0.95 0.29
Hex 4 7C 90 61 E 0 2C BD 5F 1D
Octal 4 174 220 141 16 0 54 275 137 35
Binary 100 1111100 10010000 1100001 1110 0 101100 10111101 1011111 11101

Color Harmonies of #047C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047C90

Black with #047C90

Text Example


Text Example

White with #047C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,124,144); }

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

background-color css

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

 a { background-color: rgb(4,124,144); }

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

border-color css

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

 span { border-color: rgb(4,124,144); }

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