Html Css Color HEX #04697B Blue Lagoon

📋 copy color: '#04697B'

red 4 ◦ green 105 ◦ blue 123

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

Shades of Blue Lagoon #04697B

Tints of Blue Lagoon #04697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 53.02%

R = 1.72%
G = 45.26%
B = 53.02%

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

#04697B (or 0x04697B) is known color: Blue Lagoon. HEX triplet: 04, 69 and 7B. RGB value is (4,105,123). Sum of RGB (Red+Green+Blue) = 4+105+123=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #04697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04697B is #FB9684. Grayscale: #4C4C4C. Windows color (decimal): -16488069 or 8087812. OLE color: 8087812.

HSL color Cylindrical-coordinate representation of color #04697B: hue angle of 189.08º 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 #04697B is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 4 105 123 -
CMYK 0.97 0.15 0 0.52
HSL 189.08º 0.94% 0.25% -
HSV(B) 189.08º 0.97% 0.48% -
XYZ 8.68 11.56 20.51 -
YUV 76.85 154.04 76.04 -
System Red Green Blue C M Y K H S L
Decimal 4 105 123 0.97 0.15 0 0.52 189.08 0.94 0.25
Hex 4 69 7B 61 F 0 34 BD 5E 19
Octal 4 151 173 141 17 0 64 275 136 31
Binary 100 1101001 1111011 1100001 1111 0 110100 10111101 1011110 11001

Color Harmonies of #04697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04697B

Black with #04697B

Text Example


Text Example

White with #04697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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