Html Css Color HEX #04586B Blue Lagoon

📋 copy color: '#04586B'

red 4 ◦ green 88 ◦ blue 107

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

Shades of Blue Lagoon #04586B

Tints of Blue Lagoon #04586B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 53.77%

R = 2.01%
G = 44.22%
B = 53.77%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04586B (or 0x04586B) is known color: Blue Lagoon. HEX triplet: 04, 58 and 6B. RGB value is (4,88,107). Sum of RGB (Red+Green+Blue) = 4+88+107=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 107 (42.19% from 255 or 53.77% from 199); Max value from RGB is 107 - color contains mainly: blue. Hex color #04586B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04586B is #FBA794. Grayscale: #404040. Windows color (decimal): -16492437 or 7034884. OLE color: 7034884.

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

Color convert

RGB 4 88 107 -
CMYK 0.96 0.18 0 0.58
HSL 191.07º 0.93% 0.22% -
HSV(B) 191.07º 0.96% 0.42% -
XYZ 6.19 8.07 15.14 -
YUV 65.05 151.67 84.46 -
System Red Green Blue C M Y K H S L
Decimal 4 88 107 0.96 0.18 0 0.58 191.07 0.93 0.22
Hex 4 58 6B 60 12 0 3A BF 5D 16
Octal 4 130 153 140 22 0 72 277 135 26
Binary 100 1011000 1101011 1100000 10010 0 111010 10111111 1011101 10110

Color Harmonies of #04586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04586B

Black with #04586B

Text Example


Text Example

White with #04586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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