#04618A

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

Shades of Blue Lagoon #04618A

Tints of Blue Lagoon #04618A

Color information

#04618A (or 0x04618A) is unknown color: approx Blue Lagoon. HEX triplet: 04, 61 and 8A. RGB value is (4,97,138). Sum of RGB (Red+Green+Blue) = 4+97+138=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #04618A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04618A is #FB9E75. Grayscale: #494949. Windows color (decimal): -16490102 or 9068804. OLE color: 9068804.

HSL color Cylindrical-coordinate representation of color #04618A: hue angle of 198.36º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04618A is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB497138-
CMYK0.970.3000.46
HSL198.36º94.37%27.84%-
HSV(B)198.36º97.1%54.12%-
XYZ8.9110.4125.58-
YUV73.87164.1978.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 138 (54.30% from 255) = 57.74%
R=1.67%
G=40.59%
B=57.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4971380.970.3000.46198.3694.3727.84
Hex4618A611E02Ec65e1c
Octal41412121413605630613634
Binary100110000110001010110000111110010111011000110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04618A; }

 p { color: rgb(4,97,138); }

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

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

 a { background-color: rgb(4,97,138); }

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

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

 span { border-color: rgb(4,97,138); }

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