Html Css Color HEX #047D91 Eastern Blue

📋 copy color: '#047D91'

red 4 ◦ green 125 ◦ blue 145

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

Shades of Eastern Blue #047D91

Tints of Eastern Blue #047D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.92%

R = 1.46%
G = 45.62%
B = 52.92%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#047D91 (or 0x047D91) is known color: Eastern Blue. HEX triplet: 04, 7D and 91. RGB value is (4,125,145). Sum of RGB (Red+Green+Blue) = 4+125+145=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #047D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047D91 is #FB826E. Grayscale: #5A5A5A. Windows color (decimal): -16482927 or 9534724. OLE color: 9534724.

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

Color convert

RGB 4 125 145 -
CMYK 0.97 0.14 0 0.43
HSL 188.51º 0.95% 0.29% -
HSV(B) 188.51º 0.97% 0.57% -
XYZ 12.49 16.74 29.36 -
YUV 91.1 158.41 65.87 -
System Red Green Blue C M Y K H S L
Decimal 4 125 145 0.97 0.14 0 0.43 188.51 0.95 0.29
Hex 4 7D 91 61 E 0 2B BD 5F 1D
Octal 4 175 221 141 16 0 53 275 137 35
Binary 100 1111101 10010001 1100001 1110 0 101011 10111101 1011111 11101

Color Harmonies of #047D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047D91

Black with #047D91

Text Example


Text Example

White with #047D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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