#04668A

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

Shades of Blue Lagoon #04668A

Tints of Blue Lagoon #04668A

Color information

#04668A (or 0x04668A) is unknown color: approx Blue Lagoon. HEX triplet: 04, 66 and 8A. RGB value is (4,102,138). Sum of RGB (Red+Green+Blue) = 4+102+138=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #04668A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04668A is #FB9975. Grayscale: #4C4C4C. Windows color (decimal): -16488822 or 9070084. OLE color: 9070084.

HSL color Cylindrical-coordinate representation of color #04668A: hue angle of 196.12º 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 #04668A is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4102138-
CMYK0.970.2600.46
HSL196.12º94.37%27.84%-
HSV(B)196.12º97.1%54.12%-
XYZ9.3911.3625.74-
YUV76.8162.5376.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.64%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=1.64%
G=41.80%
B=56.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41021380.970.2600.46196.1294.3727.84
Hex4668A611A02Ec45e1c
Octal41462121413205630413634
Binary100110011010001010110000111010010111011000100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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