Html Css Color HEX #047F9A Eastern Blue

📋 copy color: '#047F9A'

red 4 ◦ green 127 ◦ blue 154

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

Shades of Eastern Blue #047F9A

Tints of Eastern Blue #047F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.04%

R = 1.4%
G = 44.56%
B = 54.04%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#047F9A (or 0x047F9A) is known color: Eastern Blue. HEX triplet: 04, 7F and 9A. RGB value is (4,127,154). Sum of RGB (Red+Green+Blue) = 4+127+154=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #047F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047F9A is #FB8065. Grayscale: #5D5D5D. Windows color (decimal): -16482406 or 10125060. OLE color: 10125060.

HSL color Cylindrical-coordinate representation of color #047F9A: hue angle of 190.8º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047F9A is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 127 154 -
CMYK 0.97 0.18 0 0.40
HSL 190.8º 0.95% 0.31% -
HSV(B) 190.8º 0.97% 0.6% -
XYZ 13.47 17.54 33.25 -
YUV 93.3 162.25 64.3 -
System Red Green Blue C M Y K H S L
Decimal 4 127 154 0.97 0.18 0 0.40 190.8 0.95 0.31
Hex 4 7F 9A 61 12 0 28 BF 5F 1F
Octal 4 177 232 141 22 0 50 277 137 37
Binary 100 1111111 10011010 1100001 10010 0 101000 10111111 1011111 11111

Color Harmonies of #047F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047F9A

Black with #047F9A

Text Example


Text Example

White with #047F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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