Html Css Color HEX #047288 Teal

📋 copy color: '#047288'

red 4 ◦ green 114 ◦ blue 136

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

Shades of Teal #047288

Tints of Teal #047288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.88%

 BLUE value IS 136 (53.52% from 255) = 53.54%

R = 1.57%
G = 44.88%
B = 53.54%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#047288 (or 0x047288) is known color: Teal. HEX triplet: 04, 72 and 88. RGB value is (4,114,136). Sum of RGB (Red+Green+Blue) = 4+114+136=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #047288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047288 is #FB8D77. Grayscale: #535353. Windows color (decimal): -16485752 or 8942084. OLE color: 8942084.

HSL color Cylindrical-coordinate representation of color #047288: hue angle of 190º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047288 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 114 136 -
CMYK 0.97 0.16 0 0.47
HSL 190º 0.94% 0.27% -
HSV(B) 190º 0.97% 0.53% -
XYZ 10.51 13.84 25.41 -
YUV 83.62 157.56 71.21 -
System Red Green Blue C M Y K H S L
Decimal 4 114 136 0.97 0.16 0 0.47 190 0.94 0.27
Hex 4 72 88 61 10 0 2F BE 5E 1B
Octal 4 162 210 141 20 0 57 276 136 33
Binary 100 1110010 10001000 1100001 10000 0 101111 10111110 1011110 11011

Color Harmonies of #047288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047288

Black with #047288

Text Example


Text Example

White with #047288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047288; }

 p { color: rgb(4,114,136); }

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

background-color css

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

 a { background-color: rgb(4,114,136); }

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

border-color css

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

 span { border-color: rgb(4,114,136); }

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