Html Css Color HEX #04607F Blue Lagoon

📋 copy color: '#04607F'

red 4 ◦ green 96 ◦ blue 127

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

Shades of Blue Lagoon #04607F

Tints of Blue Lagoon #04607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.29%

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

R = 1.76%
G = 42.29%
B = 55.95%

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

#04607F (or 0x04607F) is known color: Blue Lagoon. HEX triplet: 04, 60 and 7F. RGB value is (4,96,127). Sum of RGB (Red+Green+Blue) = 4+96+127=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #04607F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04607F is #FB9F80. Grayscale: #474747. Windows color (decimal): -16490369 or 8347652. OLE color: 8347652.

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

Color convert

RGB 4 96 127 -
CMYK 0.97 0.24 0 0.50
HSL 195.12º 0.94% 0.26% -
HSV(B) 195.12º 0.97% 0.5% -
XYZ 8.06 9.92 21.57 -
YUV 72.03 159.02 79.48 -
System Red Green Blue C M Y K H S L
Decimal 4 96 127 0.97 0.24 0 0.50 195.12 0.94 0.26
Hex 4 60 7F 61 18 0 32 C3 5E 1A
Octal 4 140 177 141 30 0 62 303 136 32
Binary 100 1100000 1111111 1100001 11000 0 110010 11000011 1011110 11010

Color Harmonies of #04607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04607F

Black with #04607F

Text Example


Text Example

White with #04607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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