Html Css Color HEX #04868D Dark Cyan

📋 copy color: '#04868D'

red 4 ◦ green 134 ◦ blue 141

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

Shades of Dark Cyan #04868D

Tints of Dark Cyan #04868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.03%

 BLUE value IS 141 (55.47% from 255) = 50.54%

R = 1.43%
G = 48.03%
B = 50.54%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04868D (or 0x04868D) is known color: Dark Cyan. HEX triplet: 04, 86 and 8D. RGB value is (4,134,141). Sum of RGB (Red+Green+Blue) = 4+134+141=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #04868D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04868D is #FB7972. Grayscale: #5F5F5F. Windows color (decimal): -16480627 or 9274884. OLE color: 9274884.

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

Color convert

RGB 4 134 141 -
CMYK 0.97 0.05 0 0.45
HSL 183.07º 0.94% 0.28% -
HSV(B) 183.07º 0.97% 0.55% -
XYZ 13.38 19 28.16 -
YUV 95.93 153.43 62.43 -
System Red Green Blue C M Y K H S L
Decimal 4 134 141 0.97 0.05 0 0.45 183.07 0.94 0.28
Hex 4 86 8D 61 5 0 2D B7 5E 1C
Octal 4 206 215 141 5 0 55 267 136 34
Binary 100 10000110 10001101 1100001 101 0 101101 10110111 1011110 11100

Color Harmonies of #04868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04868D

Black with #04868D

Text Example


Text Example

White with #04868D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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