#046279

Color #046279 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #046279

Tints of Blue Lagoon #046279

Color information

#046279 (or 0x046279) is unknown color: approx Blue Lagoon. HEX triplet: 04, 62 and 79. RGB value is (4,98,121). Sum of RGB (Red+Green+Blue) = 4+98+121=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #046279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046279 is #FB9D86. Grayscale: #484848. Windows color (decimal): -16489863 or 7954948. OLE color: 7954948.

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

Color convert

RGB498121-
CMYK0.970.1900.53
HSL191.79º93.6%24.51%-
HSV(B)191.79º96.69%47.45%-
XYZ7.8710.1419.63-
YUV72.52155.3679.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=1.79%
G=43.95%
B=54.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4981210.970.1900.53191.7993.624.51
Hex462796113035c05e19
Octal41421711412306530013631
Binary10011000101111001110000110011011010111000000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046279; }

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

 H1.HeaderClassName
 {
   color: #046279;
 }
 .AnyTagClassName
 {
   color: #046279;
 }
</style>
background-color css

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

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

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

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

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

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