Html Css Color HEX #04616F Blue Lagoon

📋 copy color: '#04616F'

red 4 ◦ green 97 ◦ blue 111

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

Shades of Blue Lagoon #04616F

Tints of Blue Lagoon #04616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.36%

R = 1.89%
G = 45.75%
B = 52.36%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#04616F (or 0x04616F) is known color: Blue Lagoon. HEX triplet: 04, 61 and 6F. RGB value is (4,97,111). Sum of RGB (Red+Green+Blue) = 4+97+111=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #04616F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04616F is #FB9E90. Grayscale: #464646. Windows color (decimal): -16490129 or 7299332. OLE color: 7299332.

HSL color Cylindrical-coordinate representation of color #04616F: hue angle of 187.85º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04616F is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 97 111 -
CMYK 0.96 0.13 0 0.56
HSL 187.85º 0.93% 0.23% -
HSV(B) 187.85º 0.96% 0.44% -
XYZ 7.19 9.72 16.54 -
YUV 70.79 150.69 80.36 -
System Red Green Blue C M Y K H S L
Decimal 4 97 111 0.96 0.13 0 0.56 187.85 0.93 0.23
Hex 4 61 6F 60 D 0 38 BC 5D 17
Octal 4 141 157 140 15 0 70 274 135 27
Binary 100 1100001 1101111 1100000 1101 0 111000 10111100 1011101 10111

Color Harmonies of #04616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04616F

Black with #04616F

Text Example


Text Example

White with #04616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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