Html Css Color HEX #047585 Teal

📋 copy color: '#047585'

red 4 ◦ green 117 ◦ blue 133

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

Shades of Teal #047585

Tints of Teal #047585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.06%

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

R = 1.57%
G = 46.06%
B = 52.36%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#047585 (or 0x047585) is known color: Teal. HEX triplet: 04, 75 and 85. RGB value is (4,117,133). Sum of RGB (Red+Green+Blue) = 4+117+133=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #047585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047585 is #FB8A7A. Grayscale: #545454. Windows color (decimal): -16484987 or 8746244. OLE color: 8746244.

HSL color Cylindrical-coordinate representation of color #047585: hue angle of 187.44º 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 #047585 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 117 133 -
CMYK 0.97 0.12 0 0.48
HSL 187.44º 0.94% 0.27% -
HSV(B) 187.44º 0.97% 0.52% -
XYZ 10.65 14.44 24.42 -
YUV 85.04 155.06 70.2 -
System Red Green Blue C M Y K H S L
Decimal 4 117 133 0.97 0.12 0 0.48 187.44 0.94 0.27
Hex 4 75 85 61 C 0 30 BB 5E 1B
Octal 4 165 205 141 14 0 60 273 136 33
Binary 100 1110101 10000101 1100001 1100 0 110000 10111011 1011110 11011

Color Harmonies of #047585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047585

Black with #047585

Text Example


Text Example

White with #047585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047585; }

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

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

background-color css

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

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

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

border-color css

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

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

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