Html Css Color HEX #047F9D Eastern Blue

📋 copy color: '#047F9D'

red 4 ◦ green 127 ◦ blue 157

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

Shades of Eastern Blue #047F9D

Tints of Eastern Blue #047F9D

RGB

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

 GREEN value IS 127 (50% from 255) = 44.1%

 BLUE value IS 157 (61.72% from 255) = 54.51%

R = 1.39%
G = 44.1%
B = 54.51%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#047F9D (or 0x047F9D) is known color: Eastern Blue. HEX triplet: 04, 7F and 9D. RGB value is (4,127,157). Sum of RGB (Red+Green+Blue) = 4+127+157=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #047F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047F9D is #FB8062. Grayscale: #5D5D5D. Windows color (decimal): -16482403 or 10321668. OLE color: 10321668.

HSL color Cylindrical-coordinate representation of color #047F9D: hue angle of 191.76º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047F9D is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 127 157 -
CMYK 0.97 0.19 0 0.38
HSL 191.76º 0.95% 0.32% -
HSV(B) 191.76º 0.97% 0.62% -
XYZ 13.73 17.64 34.58 -
YUV 93.64 163.75 64.06 -
System Red Green Blue C M Y K H S L
Decimal 4 127 157 0.97 0.19 0 0.38 191.76 0.95 0.32
Hex 4 7F 9D 61 13 0 26 C0 5F 20
Octal 4 177 235 141 23 0 46 300 137 40
Binary 100 1111111 10011101 1100001 10011 0 100110 11000000 1011111 100000

Color Harmonies of #047F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047F9D

Black with #047F9D

Text Example


Text Example

White with #047F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,127,157); }

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

background-color css

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

 a { background-color: rgb(4,127,157); }

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

border-color css

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

 span { border-color: rgb(4,127,157); }

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