Html Css Color HEX #04697E Blue Lagoon

📋 copy color: '#04697E'

red 4 ◦ green 105 ◦ blue 126

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

Shades of Blue Lagoon #04697E

Tints of Blue Lagoon #04697E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.68%

 BLUE value IS 126 (49.61% from 255) = 53.62%

R = 1.7%
G = 44.68%
B = 53.62%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04697E (or 0x04697E) is known color: Blue Lagoon. HEX triplet: 04, 69 and 7E. RGB value is (4,105,126). Sum of RGB (Red+Green+Blue) = 4+105+126=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #04697E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04697E is #FB9681. Grayscale: #4D4D4D. Windows color (decimal): -16488066 or 8284420. OLE color: 8284420.

HSL color Cylindrical-coordinate representation of color #04697E: hue angle of 190.33º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04697E is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 105 126 -
CMYK 0.97 0.17 0 0.51
HSL 190.33º 0.94% 0.25% -
HSV(B) 190.33º 0.97% 0.49% -
XYZ 8.87 11.64 21.52 -
YUV 77.2 155.54 75.79 -
System Red Green Blue C M Y K H S L
Decimal 4 105 126 0.97 0.17 0 0.51 190.33 0.94 0.25
Hex 4 69 7E 61 11 0 33 BE 5E 19
Octal 4 151 176 141 21 0 63 276 136 31
Binary 100 1101001 1111110 1100001 10001 0 110011 10111110 1011110 11001

Color Harmonies of #04697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04697E

Black with #04697E

Text Example


Text Example

White with #04697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04697E; }

 p { color: rgb(4,105,126); }

 H1.HeaderClassName
 {
   color: #04697E;
 }
 .AnyTagClassName
 {
   color: #04697E;
 }
</style>

background-color css

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

 a { background-color: rgb(4,105,126); }

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

border-color css

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

 span { border-color: rgb(4,105,126); }

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