#04848D

Color #04848D Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #04848D

Tints of Dark Cyan #04848D

Color information

#04848D (or 0x04848D) is unknown color: approx Dark Cyan. HEX triplet: 04, 84 and 8D. RGB value is (4,132,141). Sum of RGB (Red+Green+Blue) = 4+132+141=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #04848D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04848D is #FB7B72. Grayscale: #5E5E5E. Windows color (decimal): -16481139 or 9274372. OLE color: 9274372.

HSL color Cylindrical-coordinate representation of color #04848D: hue angle of 183.94º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04848D is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4132141-
CMYK0.970.0600.45
HSL183.94º94.48%28.43%-
HSV(B)183.94º97.16%55.29%-
XYZ13.1118.4528.07-
YUV94.75154.0963.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.44%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=1.44%
G=47.65%
B=50.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41321410.970.0600.45183.9494.4828.43
Hex4848D61602Db85e1c
Octal4204215141605527013634
Binary10010000100100011011100001110010110110111000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04848D; }

 p { color: rgb(4,132,141); }

 H1.HeaderClassName
 {
   color: #04848D;
 }
 .AnyTagClassName
 {
   color: #04848D;
 }
</style>
background-color css

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

 a { background-color: rgb(4,132,141); }

 div.DivClassName
 {
   background-color: #04848D;
 }
 .BgClassName
 {
   background-color: #04848D;
 }
</style>
border-color css

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

 span { border-color: rgb(4,132,141); }

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