#046275

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

Shades of Blue Lagoon #046275

Tints of Blue Lagoon #046275

Color information

#046275 (or 0x046275) is unknown color: approx Blue Lagoon. HEX triplet: 04, 62 and 75. RGB value is (4,98,117). Sum of RGB (Red+Green+Blue) = 4+98+117=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #046275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046275 is #FB9D8A. Grayscale: #474747. Windows color (decimal): -16489867 or 7692804. OLE color: 7692804.

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

Color convert

RGB498117-
CMYK0.970.1600.54
HSL190.09º93.39%23.73%-
HSV(B)190.09º96.58%45.88%-
XYZ7.6310.0518.37-
YUV72.06153.3679.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 98 (38.67% from 255) = 44.75%
BLUE value IS 117 (46.09% from 255) = 53.42%
R=1.83%
G=44.75%
B=53.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4981170.970.1600.54190.0993.3923.73
Hex462756110036be5d18
Octal41421651412006627613530
Binary10011000101110101110000110000011011010111110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046275; }

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

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

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

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

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

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

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

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