Html Css Color HEX #047E90 Eastern Blue

📋 copy color: '#047E90'

red 4 ◦ green 126 ◦ blue 144

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

Shades of Eastern Blue #047E90

Tints of Eastern Blue #047E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.99%

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

R = 1.46%
G = 45.99%
B = 52.55%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#047E90 (or 0x047E90) is known color: Eastern Blue. HEX triplet: 04, 7E and 90. RGB value is (4,126,144). Sum of RGB (Red+Green+Blue) = 4+126+144=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #047E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047E90 is #FB816F. Grayscale: #5B5B5B. Windows color (decimal): -16482672 or 9469444. OLE color: 9469444.

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

Color convert

RGB 4 126 144 -
CMYK 0.97 0.12 0 0.44
HSL 187.71º 0.95% 0.29% -
HSV(B) 187.71º 0.97% 0.56% -
XYZ 12.54 16.96 29 -
YUV 91.57 157.58 65.54 -
System Red Green Blue C M Y K H S L
Decimal 4 126 144 0.97 0.12 0 0.44 187.71 0.95 0.29
Hex 4 7E 90 61 C 0 2C BC 5F 1D
Octal 4 176 220 141 14 0 54 274 137 35
Binary 100 1111110 10010000 1100001 1100 0 101100 10111100 1011111 11101

Color Harmonies of #047E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047E90

Black with #047E90

Text Example


Text Example

White with #047E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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