Html Css Color HEX #046277 Blue Lagoon

📋 copy color: '#046277'

red 4 ◦ green 98 ◦ blue 119

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

Shades of Blue Lagoon #046277

Tints of Blue Lagoon #046277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.85%

R = 1.81%
G = 44.34%
B = 53.85%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#046277 (or 0x046277) is known color: Blue Lagoon. HEX triplet: 04, 62 and 77. RGB value is (4,98,119). Sum of RGB (Red+Green+Blue) = 4+98+119=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #046277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046277 is #FB9D88. Grayscale: #484848. Windows color (decimal): -16489865 or 7823876. OLE color: 7823876.

HSL color Cylindrical-coordinate representation of color #046277: hue angle of 190.96º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046277 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 98 119 -
CMYK 0.97 0.18 0 0.53
HSL 190.96º 0.93% 0.24% -
HSV(B) 190.96º 0.97% 0.47% -
XYZ 7.75 10.09 18.99 -
YUV 72.29 154.36 79.29 -
System Red Green Blue C M Y K H S L
Decimal 4 98 119 0.97 0.18 0 0.53 190.96 0.93 0.24
Hex 4 62 77 61 12 0 35 BF 5D 18
Octal 4 142 167 141 22 0 65 277 135 30
Binary 100 1100010 1110111 1100001 10010 0 110101 10111111 1011101 11000

Color Harmonies of #046277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046277

Black with #046277

Text Example


Text Example

White with #046277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046277; }

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

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

background-color css

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

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

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

border-color css

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

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

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