Html Css Color HEX #047B90 Eastern Blue

📋 copy color: '#047B90'

red 4 ◦ green 123 ◦ blue 144

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

Shades of Eastern Blue #047B90

Tints of Eastern Blue #047B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.39%

 BLUE value IS 144 (56.64% from 255) = 53.14%

R = 1.48%
G = 45.39%
B = 53.14%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#047B90 (or 0x047B90) is known color: Eastern Blue. HEX triplet: 04, 7B and 90. RGB value is (4,123,144). Sum of RGB (Red+Green+Blue) = 4+123+144=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #047B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047B90 is #FB846F. Grayscale: #595959. Windows color (decimal): -16483440 or 9468676. OLE color: 9468676.

HSL color Cylindrical-coordinate representation of color #047B90: hue angle of 189º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047B90 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 123 144 -
CMYK 0.97 0.15 0 0.44
HSL 189º 0.95% 0.29% -
HSV(B) 189º 0.97% 0.56% -
XYZ 12.17 16.21 28.87 -
YUV 89.81 158.58 66.79 -
System Red Green Blue C M Y K H S L
Decimal 4 123 144 0.97 0.15 0 0.44 189 0.95 0.29
Hex 4 7B 90 61 F 0 2C BD 5F 1D
Octal 4 173 220 141 17 0 54 275 137 35
Binary 100 1111011 10010000 1100001 1111 0 101100 10111101 1011111 11101

Color Harmonies of #047B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047B90

Black with #047B90

Text Example


Text Example

White with #047B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,123,144); }

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

background-color css

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

 a { background-color: rgb(4,123,144); }

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

border-color css

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

 span { border-color: rgb(4,123,144); }

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