Html Css Color HEX #047891 Eastern Blue

📋 copy color: '#047891'

red 4 ◦ green 120 ◦ blue 145

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

Shades of Eastern Blue #047891

Tints of Eastern Blue #047891

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.61%

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

R = 1.49%
G = 44.61%
B = 53.9%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#047891 (or 0x047891) is known color: Eastern Blue. HEX triplet: 04, 78 and 91. RGB value is (4,120,145). Sum of RGB (Red+Green+Blue) = 4+120+145=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #047891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047891 is #FB876E. Grayscale: #575757. Windows color (decimal): -16484207 or 9533444. OLE color: 9533444.

HSL color Cylindrical-coordinate representation of color #047891: hue angle of 190.64º 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 #047891 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 120 145 -
CMYK 0.97 0.17 0 0.43
HSL 190.64º 0.95% 0.29% -
HSV(B) 190.64º 0.97% 0.57% -
XYZ 11.88 15.5 29.15 -
YUV 88.17 160.07 67.97 -
System Red Green Blue C M Y K H S L
Decimal 4 120 145 0.97 0.17 0 0.43 190.64 0.95 0.29
Hex 4 78 91 61 11 0 2B BF 5F 1D
Octal 4 170 221 141 21 0 53 277 137 35
Binary 100 1111000 10010001 1100001 10001 0 101011 10111111 1011111 11101

Color Harmonies of #047891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047891

Black with #047891

Text Example


Text Example

White with #047891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047891; }

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

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

background-color css

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

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

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

border-color css

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

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

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