Html Css Color HEX #047893 Eastern Blue

📋 copy color: '#047893'

red 4 ◦ green 120 ◦ blue 147

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

Shades of Eastern Blue #047893

Tints of Eastern Blue #047893

RGB

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

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

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

R = 1.48%
G = 44.28%
B = 54.24%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#047893 (or 0x047893) is known color: Eastern Blue. HEX triplet: 04, 78 and 93. RGB value is (4,120,147). Sum of RGB (Red+Green+Blue) = 4+120+147=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #047893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047893 is #FB876C. Grayscale: #585858. Windows color (decimal): -16484205 or 9664516. OLE color: 9664516.

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

Color convert

RGB 4 120 147 -
CMYK 0.97 0.18 0 0.42
HSL 191.33º 0.95% 0.3% -
HSV(B) 191.33º 0.97% 0.58% -
XYZ 12.03 15.57 29.97 -
YUV 88.39 161.07 67.8 -
System Red Green Blue C M Y K H S L
Decimal 4 120 147 0.97 0.18 0 0.42 191.33 0.95 0.3
Hex 4 78 93 61 12 0 2A BF 5F 1E
Octal 4 170 223 141 22 0 52 277 137 36
Binary 100 1111000 10010011 1100001 10010 0 101010 10111111 1011111 11110

Color Harmonies of #047893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047893

Black with #047893

Text Example


Text Example

White with #047893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047893; }

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

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

background-color css

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

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

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

border-color css

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

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

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