Html Css Color HEX #047E93 Eastern Blue

📋 copy color: '#047E93'

red 4 ◦ green 126 ◦ blue 147

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

Shades of Eastern Blue #047E93

Tints of Eastern Blue #047E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 1.44%
G = 45.49%
B = 53.07%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#047E93 (or 0x047E93) is known color: Eastern Blue. HEX triplet: 04, 7E and 93. RGB value is (4,126,147). Sum of RGB (Red+Green+Blue) = 4+126+147=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #047E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047E93 is #FB816C. Grayscale: #5B5B5B. Windows color (decimal): -16482669 or 9666052. OLE color: 9666052.

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

Color convert

RGB 4 126 147 -
CMYK 0.97 0.14 0 0.42
HSL 188.81º 0.95% 0.3% -
HSV(B) 188.81º 0.97% 0.58% -
XYZ 12.78 17.05 30.22 -
YUV 91.92 159.08 65.29 -
System Red Green Blue C M Y K H S L
Decimal 4 126 147 0.97 0.14 0 0.42 188.81 0.95 0.3
Hex 4 7E 93 61 E 0 2A BD 5F 1E
Octal 4 176 223 141 16 0 52 275 137 36
Binary 100 1111110 10010011 1100001 1110 0 101010 10111101 1011111 11110

Color Harmonies of #047E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047E93

Black with #047E93

Text Example


Text Example

White with #047E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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