Html Css Color HEX #04606C Blue Lagoon

📋 copy color: '#04606C'

red 4 ◦ green 96 ◦ blue 108

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

Shades of Blue Lagoon #04606C

Tints of Blue Lagoon #04606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.15%

 BLUE value IS 108 (42.58% from 255) = 51.92%

R = 1.92%
G = 46.15%
B = 51.92%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04606C (or 0x04606C) is known color: Blue Lagoon. HEX triplet: 04, 60 and 6C. RGB value is (4,96,108). Sum of RGB (Red+Green+Blue) = 4+96+108=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #04606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04606C is #FB9F93. Grayscale: #454545. Windows color (decimal): -16490388 or 7102468. OLE color: 7102468.

HSL color Cylindrical-coordinate representation of color #04606C: hue angle of 186.92º 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 #04606C is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 96 108 -
CMYK 0.96 0.11 0 0.58
HSL 186.92º 0.93% 0.22% -
HSV(B) 186.92º 0.96% 0.42% -
XYZ 6.94 9.47 15.65 -
YUV 69.86 149.52 81.02 -
System Red Green Blue C M Y K H S L
Decimal 4 96 108 0.96 0.11 0 0.58 186.92 0.93 0.22
Hex 4 60 6C 60 B 0 3A BB 5D 16
Octal 4 140 154 140 13 0 72 273 135 26
Binary 100 1100000 1101100 1100000 1011 0 111010 10111011 1011101 10110

Color Harmonies of #04606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04606C

Black with #04606C

Text Example


Text Example

White with #04606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04606C; }

 p { color: rgb(4,96,108); }

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

background-color css

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

 a { background-color: rgb(4,96,108); }

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

border-color css

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

 span { border-color: rgb(4,96,108); }

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