Html Css Color HEX #047885 Teal

📋 copy color: '#047885'

red 4 ◦ green 120 ◦ blue 133

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

Shades of Teal #047885

Tints of Teal #047885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.69%

 BLUE value IS 133 (52.34% from 255) = 51.75%

R = 1.56%
G = 46.69%
B = 51.75%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#047885 (or 0x047885) is known color: Teal. HEX triplet: 04, 78 and 85. RGB value is (4,120,133). Sum of RGB (Red+Green+Blue) = 4+120+133=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #047885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047885 is #FB877A. Grayscale: #565656. Windows color (decimal): -16484219 or 8747012. OLE color: 8747012.

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

Color convert

RGB 4 120 133 -
CMYK 0.97 0.10 0 0.48
HSL 186.05º 0.94% 0.27% -
HSV(B) 186.05º 0.97% 0.52% -
XYZ 11 15.15 24.54 -
YUV 86.8 154.07 68.94 -
System Red Green Blue C M Y K H S L
Decimal 4 120 133 0.97 0.10 0 0.48 186.05 0.94 0.27
Hex 4 78 85 61 A 0 30 BA 5E 1B
Octal 4 170 205 141 12 0 60 272 136 33
Binary 100 1111000 10000101 1100001 1010 0 110000 10111010 1011110 11011

Color Harmonies of #047885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047885

Black with #047885

Text Example


Text Example

White with #047885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047885; }

 p { color: rgb(4,120,133); }

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

background-color css

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

 a { background-color: rgb(4,120,133); }

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

border-color css

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

 span { border-color: rgb(4,120,133); }

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