Html Css Color HEX #04657C Blue Lagoon

📋 copy color: '#04657C'

red 4 ◦ green 101 ◦ blue 124

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

Shades of Blue Lagoon #04657C

Tints of Blue Lagoon #04657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.1%

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

R = 1.75%
G = 44.1%
B = 54.15%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04657C (or 0x04657C) is known color: Blue Lagoon. HEX triplet: 04, 65 and 7C. RGB value is (4,101,124). Sum of RGB (Red+Green+Blue) = 4+101+124=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #04657C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04657C is #FB9A83. Grayscale: #4A4A4A. Windows color (decimal): -16489092 or 8152324. OLE color: 8152324.

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

Color convert

RGB 4 101 124 -
CMYK 0.97 0.19 0 0.51
HSL 191.5º 0.94% 0.25% -
HSV(B) 191.5º 0.97% 0.49% -
XYZ 8.34 10.79 20.71 -
YUV 74.62 155.86 77.63 -
System Red Green Blue C M Y K H S L
Decimal 4 101 124 0.97 0.19 0 0.51 191.5 0.94 0.25
Hex 4 65 7C 61 13 0 33 C0 5E 19
Octal 4 145 174 141 23 0 63 300 136 31
Binary 100 1100101 1111100 1100001 10011 0 110011 11000000 1011110 11001

Color Harmonies of #04657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04657C

Black with #04657C

Text Example


Text Example

White with #04657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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