Html Css Color HEX #047B96 Eastern Blue

📋 copy color: '#047B96'

red 4 ◦ green 123 ◦ blue 150

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

Shades of Eastern Blue #047B96

Tints of Eastern Blue #047B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.15%

R = 1.44%
G = 44.4%
B = 54.15%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#047B96 (or 0x047B96) is known color: Eastern Blue. HEX triplet: 04, 7B and 96. RGB value is (4,123,150). Sum of RGB (Red+Green+Blue) = 4+123+150=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #047B96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047B96 is #FB8469. Grayscale: #5A5A5A. Windows color (decimal): -16483434 or 9861892. OLE color: 9861892.

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

Color convert

RGB 4 123 150 -
CMYK 0.97 0.18 0 0.41
HSL 191.1º 0.95% 0.3% -
HSV(B) 191.1º 0.97% 0.59% -
XYZ 12.64 16.39 31.35 -
YUV 90.5 161.58 66.3 -
System Red Green Blue C M Y K H S L
Decimal 4 123 150 0.97 0.18 0 0.41 191.1 0.95 0.3
Hex 4 7B 96 61 12 0 29 BF 5F 1E
Octal 4 173 226 141 22 0 51 277 137 36
Binary 100 1111011 10010110 1100001 10010 0 101001 10111111 1011111 11110

Color Harmonies of #047B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047B96

Black with #047B96

Text Example


Text Example

White with #047B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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