Html Css Color HEX #04617F Blue Lagoon

📋 copy color: '#04617F'

red 4 ◦ green 97 ◦ blue 127

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

Shades of Blue Lagoon #04617F

Tints of Blue Lagoon #04617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.54%

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

R = 1.75%
G = 42.54%
B = 55.7%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#04617F (or 0x04617F) is known color: Blue Lagoon. HEX triplet: 04, 61 and 7F. RGB value is (4,97,127). Sum of RGB (Red+Green+Blue) = 4+97+127=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #04617F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04617F is #FB9E80. Grayscale: #484848. Windows color (decimal): -16490113 or 8347908. OLE color: 8347908.

HSL color Cylindrical-coordinate representation of color #04617F: hue angle of 194.63º 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 #04617F is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 97 127 -
CMYK 0.97 0.24 0 0.50
HSL 194.63º 0.94% 0.26% -
HSV(B) 194.63º 0.97% 0.5% -
XYZ 8.16 10.11 21.6 -
YUV 72.61 158.69 79.06 -
System Red Green Blue C M Y K H S L
Decimal 4 97 127 0.97 0.24 0 0.50 194.63 0.94 0.26
Hex 4 61 7F 61 18 0 32 C3 5E 1A
Octal 4 141 177 141 30 0 62 303 136 32
Binary 100 1100001 1111111 1100001 11000 0 110010 11000011 1011110 11010

Color Harmonies of #04617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04617F

Black with #04617F

Text Example


Text Example

White with #04617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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