Html Css Color HEX #04687A Blue Lagoon

📋 copy color: '#04687A'

red 4 ◦ green 104 ◦ blue 122

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

Shades of Blue Lagoon #04687A

Tints of Blue Lagoon #04687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.22%

 BLUE value IS 122 (48.05% from 255) = 53.04%

R = 1.74%
G = 45.22%
B = 53.04%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#04687A (or 0x04687A) is known color: Blue Lagoon. HEX triplet: 04, 68 and 7A. RGB value is (4,104,122). Sum of RGB (Red+Green+Blue) = 4+104+122=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #04687A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04687A is #FB9785. Grayscale: #4B4B4B. Windows color (decimal): -16488326 or 8022020. OLE color: 8022020.

HSL color Cylindrical-coordinate representation of color #04687A: hue angle of 189.15º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04687A is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 4 104 122 -
CMYK 0.97 0.15 0 0.52
HSL 189.15º 0.94% 0.25% -
HSV(B) 189.15º 0.97% 0.48% -
XYZ 8.51 11.33 20.15 -
YUV 76.15 153.87 76.54 -
System Red Green Blue C M Y K H S L
Decimal 4 104 122 0.97 0.15 0 0.52 189.15 0.94 0.25
Hex 4 68 7A 61 F 0 34 BD 5E 19
Octal 4 150 172 141 17 0 64 275 136 31
Binary 100 1101000 1111010 1100001 1111 0 110100 10111101 1011110 11001

Color Harmonies of #04687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04687A

Black with #04687A

Text Example


Text Example

White with #04687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,104,122); }

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

background-color css

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

 a { background-color: rgb(4,104,122); }

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

border-color css

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

 span { border-color: rgb(4,104,122); }

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