Html Css Color HEX #04616C Blue Lagoon

📋 copy color: '#04616C'

red 4 ◦ green 97 ◦ blue 108

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

Shades of Blue Lagoon #04616C

Tints of Blue Lagoon #04616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.41%

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

R = 1.91%
G = 46.41%
B = 51.67%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04616C (or 0x04616C) is known color: Blue Lagoon. HEX triplet: 04, 61 and 6C. RGB value is (4,97,108). Sum of RGB (Red+Green+Blue) = 4+97+108=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #04616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04616C is #FB9E93. Grayscale: #464646. Windows color (decimal): -16490132 or 7102724. OLE color: 7102724.

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

Color convert

RGB 4 97 108 -
CMYK 0.96 0.10 0 0.58
HSL 186.35º 0.93% 0.22% -
HSV(B) 186.35º 0.96% 0.42% -
XYZ 7.03 9.66 15.68 -
YUV 70.45 149.19 80.61 -
System Red Green Blue C M Y K H S L
Decimal 4 97 108 0.96 0.10 0 0.58 186.35 0.93 0.22
Hex 4 61 6C 60 A 0 3A BA 5D 16
Octal 4 141 154 140 12 0 72 272 135 26
Binary 100 1100001 1101100 1100000 1010 0 111010 10111010 1011101 10110

Color Harmonies of #04616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04616C

Black with #04616C

Text Example


Text Example

White with #04616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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