Html Css Color HEX #046271 Blue Lagoon

📋 copy color: '#046271'

red 4 ◦ green 98 ◦ blue 113

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

Shades of Blue Lagoon #046271

Tints of Blue Lagoon #046271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.58%

 BLUE value IS 113 (44.53% from 255) = 52.56%

R = 1.86%
G = 45.58%
B = 52.56%

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

#046271 (or 0x046271) is known color: Blue Lagoon. HEX triplet: 04, 62 and 71. RGB value is (4,98,113). Sum of RGB (Red+Green+Blue) = 4+98+113=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #046271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046271 is #FB9D8E. Grayscale: #474747. Windows color (decimal): -16489871 or 7430660. OLE color: 7430660.

HSL color Cylindrical-coordinate representation of color #046271: hue angle of 188.26º 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 #046271 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 98 113 -
CMYK 0.96 0.13 0 0.56
HSL 188.26º 0.93% 0.23% -
HSV(B) 188.26º 0.96% 0.44% -
XYZ 7.4 9.95 17.15 -
YUV 71.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 4 98 113 0.96 0.13 0 0.56 188.26 0.93 0.23
Hex 4 62 71 60 D 0 38 BC 5D 17
Octal 4 142 161 140 15 0 70 274 135 27
Binary 100 1100010 1110001 1100000 1101 0 111000 10111100 1011101 10111

Color Harmonies of #046271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046271

Black with #046271

Text Example


Text Example

White with #046271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046271; }

 p { color: rgb(4,98,113); }

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

background-color css

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

 a { background-color: rgb(4,98,113); }

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

border-color css

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

 span { border-color: rgb(4,98,113); }

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