Html Css Color HEX #048791 Dark Cyan

📋 copy color: '#048791'

red 4 ◦ green 135 ◦ blue 145

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

Shades of Dark Cyan #048791

Tints of Dark Cyan #048791

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.54%

 BLUE value IS 145 (57.03% from 255) = 51.06%

R = 1.41%
G = 47.54%
B = 51.06%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#048791 (or 0x048791) is known color: Dark Cyan. HEX triplet: 04, 87 and 91. RGB value is (4,135,145). Sum of RGB (Red+Green+Blue) = 4+135+145=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #048791 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048791 is #FB786E. Grayscale: #606060. Windows color (decimal): -16480367 or 9537284. OLE color: 9537284.

HSL color Cylindrical-coordinate representation of color #048791: hue angle of 184.26º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048791 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 135 145 -
CMYK 0.97 0.07 0 0.43
HSL 184.26º 0.95% 0.29% -
HSV(B) 184.26º 0.97% 0.57% -
XYZ 13.82 19.4 29.8 -
YUV 96.97 155.1 61.69 -
System Red Green Blue C M Y K H S L
Decimal 4 135 145 0.97 0.07 0 0.43 184.26 0.95 0.29
Hex 4 87 91 61 7 0 2B B8 5F 1D
Octal 4 207 221 141 7 0 53 270 137 35
Binary 100 10000111 10010001 1100001 111 0 101011 10111000 1011111 11101

Color Harmonies of #048791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048791

Black with #048791

Text Example


Text Example

White with #048791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048791; }

 p { color: rgb(4,135,145); }

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

background-color css

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

 a { background-color: rgb(4,135,145); }

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

border-color css

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

 span { border-color: rgb(4,135,145); }

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