Html Css Color HEX #04617E Blue Lagoon

📋 copy color: '#04617E'

red 4 ◦ green 97 ◦ blue 126

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

Shades of Blue Lagoon #04617E

Tints of Blue Lagoon #04617E

RGB

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

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

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

R = 1.76%
G = 42.73%
B = 55.51%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04617E (or 0x04617E) is known color: Blue Lagoon. HEX triplet: 04, 61 and 7E. RGB value is (4,97,126). Sum of RGB (Red+Green+Blue) = 4+97+126=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #04617E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04617E is #FB9E81. Grayscale: #484848. Windows color (decimal): -16490114 or 8282372. OLE color: 8282372.

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

Color convert

RGB 4 97 126 -
CMYK 0.97 0.23 0 0.51
HSL 194.26º 0.94% 0.25% -
HSV(B) 194.26º 0.97% 0.49% -
XYZ 8.09 10.08 21.26 -
YUV 72.5 158.19 79.14 -
System Red Green Blue C M Y K H S L
Decimal 4 97 126 0.97 0.23 0 0.51 194.26 0.94 0.25
Hex 4 61 7E 61 17 0 33 C2 5E 19
Octal 4 141 176 141 27 0 63 302 136 31
Binary 100 1100001 1111110 1100001 10111 0 110011 11000010 1011110 11001

Color Harmonies of #04617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04617E

Black with #04617E

Text Example


Text Example

White with #04617E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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