Html Css Color HEX #04647F Blue Lagoon

📋 copy color: '#04647F'

red 4 ◦ green 100 ◦ blue 127

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

Shades of Blue Lagoon #04647F

Tints of Blue Lagoon #04647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.29%

 BLUE value IS 127 (50% from 255) = 54.98%

R = 1.73%
G = 43.29%
B = 54.98%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#04647F (or 0x04647F) is known color: Blue Lagoon. HEX triplet: 04, 64 and 7F. RGB value is (4,100,127). Sum of RGB (Red+Green+Blue) = 4+100+127=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #04647F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04647F is #FB9B80. Grayscale: #4A4A4A. Windows color (decimal): -16489345 or 8348676. OLE color: 8348676.

HSL color Cylindrical-coordinate representation of color #04647F: hue angle of 193.17º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04647F is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 100 127 -
CMYK 0.97 0.21 0 0.50
HSL 193.17º 0.94% 0.26% -
HSV(B) 193.17º 0.97% 0.5% -
XYZ 8.44 10.67 21.69 -
YUV 74.37 157.7 77.8 -
System Red Green Blue C M Y K H S L
Decimal 4 100 127 0.97 0.21 0 0.50 193.17 0.94 0.26
Hex 4 64 7F 61 15 0 32 C1 5E 1A
Octal 4 144 177 141 25 0 62 301 136 32
Binary 100 1100100 1111111 1100001 10101 0 110010 11000001 1011110 11010

Color Harmonies of #04647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04647F

Black with #04647F

Text Example


Text Example

White with #04647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04647F; }

 p { color: rgb(4,100,127); }

 H1.HeaderClassName
 {
   color: #04647F;
 }
 .AnyTagClassName
 {
   color: #04647F;
 }
</style>

background-color css

<style>
 a { background-color: #04647F; }

 a { background-color: rgb(4,100,127); }

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

border-color css

<style>
 span { border-color: #04647F; }

 span { border-color: rgb(4,100,127); }

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