#04868B

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

Shades of Dark Cyan #04868B

Tints of Dark Cyan #04868B

Color information

#04868B (or 0x04868B) is unknown color: approx Dark Cyan. HEX triplet: 04, 86 and 8B. RGB value is (4,134,139). Sum of RGB (Red+Green+Blue) = 4+134+139=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #04868B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04868B is #FB7974. Grayscale: #5F5F5F. Windows color (decimal): -16480629 or 9143812. OLE color: 9143812.

HSL color Cylindrical-coordinate representation of color #04868B: hue angle of 182.22º 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 #04868B is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4134139-
CMYK0.970.0400.45
HSL182.22º94.41%28.04%-
HSV(B)182.22º97.12%54.51%-
XYZ13.2418.9427.38-
YUV95.7152.4362.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.44%
GREEN value IS 134 (52.73% from 255) = 48.38%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=1.44%
G=48.38%
B=50.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41341390.970.0400.45182.2294.4128.04
Hex4868B61402Db65e1c
Octal4206213141405526613634
Binary10010000110100010111100001100010110110110110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04868B; }

 p { color: rgb(4,134,139); }

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

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

 a { background-color: rgb(4,134,139); }

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

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

 span { border-color: rgb(4,134,139); }

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