Html Css Color HEX #04677C Blue Lagoon

📋 copy color: '#04677C'

red 4 ◦ green 103 ◦ blue 124

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

Shades of Blue Lagoon #04677C

Tints of Blue Lagoon #04677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.59%

 BLUE value IS 124 (48.83% from 255) = 53.68%

R = 1.73%
G = 44.59%
B = 53.68%

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

#04677C (or 0x04677C) is known color: Blue Lagoon. HEX triplet: 04, 67 and 7C. RGB value is (4,103,124). Sum of RGB (Red+Green+Blue) = 4+103+124=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #04677C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04677C is #FB9883. Grayscale: #4B4B4B. Windows color (decimal): -16488580 or 8152836. OLE color: 8152836.

HSL color Cylindrical-coordinate representation of color #04677C: hue angle of 190.5º 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 #04677C is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 103 124 -
CMYK 0.97 0.17 0 0.51
HSL 190.5º 0.94% 0.25% -
HSV(B) 190.5º 0.97% 0.49% -
XYZ 8.54 11.18 20.78 -
YUV 75.79 155.2 76.79 -
System Red Green Blue C M Y K H S L
Decimal 4 103 124 0.97 0.17 0 0.51 190.5 0.94 0.25
Hex 4 67 7C 61 11 0 33 BE 5E 19
Octal 4 147 174 141 21 0 63 276 136 31
Binary 100 1100111 1111100 1100001 10001 0 110011 10111110 1011110 11001

Color Harmonies of #04677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04677C

Black with #04677C

Text Example


Text Example

White with #04677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04677C; }

 p { color: rgb(4,103,124); }

 H1.HeaderClassName
 {
   color: #04677C;
 }
 .AnyTagClassName
 {
   color: #04677C;
 }
</style>

background-color css

<style>
 a { background-color: #04677C; }

 a { background-color: rgb(4,103,124); }

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

border-color css

<style>
 span { border-color: #04677C; }

 span { border-color: rgb(4,103,124); }

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