Html Css Color HEX #046774 Blue Lagoon

📋 copy color: '#046774'

red 4 ◦ green 103 ◦ blue 116

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

Shades of Blue Lagoon #046774

Tints of Blue Lagoon #046774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.19%

 BLUE value IS 116 (45.7% from 255) = 52.02%

R = 1.79%
G = 46.19%
B = 52.02%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#046774 (or 0x046774) is known color: Blue Lagoon. HEX triplet: 04, 67 and 74. RGB value is (4,103,116). Sum of RGB (Red+Green+Blue) = 4+103+116=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #046774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046774 is #FB988B. Grayscale: #4A4A4A. Windows color (decimal): -16488588 or 7628548. OLE color: 7628548.

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

Color convert

RGB 4 103 116 -
CMYK 0.97 0.11 0 0.55
HSL 186.96º 0.93% 0.24% -
HSV(B) 186.96º 0.97% 0.45% -
XYZ 8.05 10.99 18.22 -
YUV 74.88 151.2 77.44 -
System Red Green Blue C M Y K H S L
Decimal 4 103 116 0.97 0.11 0 0.55 186.96 0.93 0.24
Hex 4 67 74 61 B 0 37 BB 5D 18
Octal 4 147 164 141 13 0 67 273 135 30
Binary 100 1100111 1110100 1100001 1011 0 110111 10111011 1011101 11000

Color Harmonies of #046774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046774

Black with #046774

Text Example


Text Example

White with #046774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046774; }

 p { color: rgb(4,103,116); }

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

background-color css

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

 a { background-color: rgb(4,103,116); }

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

border-color css

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

 span { border-color: rgb(4,103,116); }

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