Html Css Color HEX #048592 Dark Cyan

📋 copy color: '#048592'

red 4 ◦ green 133 ◦ blue 146

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

Shades of Dark Cyan #048592

Tints of Dark Cyan #048592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

 BLUE value IS 146 (57.42% from 255) = 51.59%

R = 1.41%
G = 47%
B = 51.59%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#048592 (or 0x048592) is known color: Dark Cyan. HEX triplet: 04, 85 and 92. RGB value is (4,133,146). Sum of RGB (Red+Green+Blue) = 4+133+146=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #048592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048592 is #FB7A6D. Grayscale: #5F5F5F. Windows color (decimal): -16480878 or 9602308. OLE color: 9602308.

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

Color convert

RGB 4 133 146 -
CMYK 0.97 0.09 0 0.43
HSL 185.49º 0.95% 0.29% -
HSV(B) 185.49º 0.97% 0.57% -
XYZ 13.63 18.88 30.12 -
YUV 95.91 156.26 62.44 -
System Red Green Blue C M Y K H S L
Decimal 4 133 146 0.97 0.09 0 0.43 185.49 0.95 0.29
Hex 4 85 92 61 9 0 2B B9 5F 1D
Octal 4 205 222 141 11 0 53 271 137 35
Binary 100 10000101 10010010 1100001 1001 0 101011 10111001 1011111 11101

Color Harmonies of #048592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048592

Black with #048592

Text Example


Text Example

White with #048592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048592; }

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

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

background-color css

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

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

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

border-color css

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

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

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