Html Css Color HEX #047F98 Eastern Blue

📋 copy color: '#047F98'

red 4 ◦ green 127 ◦ blue 152

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

Shades of Eastern Blue #047F98

Tints of Eastern Blue #047F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.71%

R = 1.41%
G = 44.88%
B = 53.71%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#047F98 (or 0x047F98) is known color: Eastern Blue. HEX triplet: 04, 7F and 98. RGB value is (4,127,152). Sum of RGB (Red+Green+Blue) = 4+127+152=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #047F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047F98 is #FB8067. Grayscale: #5C5C5C. Windows color (decimal): -16482408 or 9993988. OLE color: 9993988.

HSL color Cylindrical-coordinate representation of color #047F98: hue angle of 190.14º 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 #047F98 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 127 152 -
CMYK 0.97 0.16 0 0.40
HSL 190.14º 0.95% 0.31% -
HSV(B) 190.14º 0.97% 0.6% -
XYZ 13.31 17.47 32.38 -
YUV 93.07 161.25 64.47 -
System Red Green Blue C M Y K H S L
Decimal 4 127 152 0.97 0.16 0 0.40 190.14 0.95 0.31
Hex 4 7F 98 61 10 0 28 BE 5F 1F
Octal 4 177 230 141 20 0 50 276 137 37
Binary 100 1111111 10011000 1100001 10000 0 101000 10111110 1011111 11111

Color Harmonies of #047F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047F98

Black with #047F98

Text Example


Text Example

White with #047F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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