Html Css Color HEX #04586D Blue Lagoon

📋 copy color: '#04586D'

red 4 ◦ green 88 ◦ blue 109

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

Shades of Blue Lagoon #04586D

Tints of Blue Lagoon #04586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.78%

 BLUE value IS 109 (42.97% from 255) = 54.23%

R = 1.99%
G = 43.78%
B = 54.23%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04586D (or 0x04586D) is known color: Blue Lagoon. HEX triplet: 04, 58 and 6D. RGB value is (4,88,109). Sum of RGB (Red+Green+Blue) = 4+88+109=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #04586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04586D is #FBA792. Grayscale: #414141. Windows color (decimal): -16492435 or 7165956. OLE color: 7165956.

HSL color Cylindrical-coordinate representation of color #04586D: hue angle of 192º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04586D is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 88 109 -
CMYK 0.96 0.19 0 0.57
HSL 192º 0.93% 0.22% -
HSV(B) 192º 0.96% 0.43% -
XYZ 6.3 8.11 15.7 -
YUV 65.28 152.67 84.29 -
System Red Green Blue C M Y K H S L
Decimal 4 88 109 0.96 0.19 0 0.57 192 0.93 0.22
Hex 4 58 6D 60 13 0 39 C0 5D 16
Octal 4 130 155 140 23 0 71 300 135 26
Binary 100 1011000 1101101 1100000 10011 0 111001 11000000 1011101 10110

Color Harmonies of #04586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04586D

Black with #04586D

Text Example


Text Example

White with #04586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,88,109); }

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

background-color css

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

 a { background-color: rgb(4,88,109); }

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

border-color css

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

 span { border-color: rgb(4,88,109); }

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