Html Css Color HEX #04656C Blue Lagoon

📋 copy color: '#04656C'

red 4 ◦ green 101 ◦ blue 108

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

Shades of Blue Lagoon #04656C

Tints of Blue Lagoon #04656C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.7%

R = 1.88%
G = 47.42%
B = 50.7%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04656C (or 0x04656C) is known color: Blue Lagoon. HEX triplet: 04, 65 and 6C. RGB value is (4,101,108). Sum of RGB (Red+Green+Blue) = 4+101+108=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #04656C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04656C is #FB9A93. Grayscale: #484848. Windows color (decimal): -16489108 or 7103748. OLE color: 7103748.

HSL color Cylindrical-coordinate representation of color #04656C: hue angle of 184.04º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04656C is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 101 108 -
CMYK 0.96 0.06 0 0.58
HSL 184.04º 0.93% 0.22% -
HSV(B) 184.04º 0.96% 0.42% -
XYZ 7.41 10.42 15.81 -
YUV 72.8 147.86 78.93 -
System Red Green Blue C M Y K H S L
Decimal 4 101 108 0.96 0.06 0 0.58 184.04 0.93 0.22
Hex 4 65 6C 60 6 0 3A B8 5D 16
Octal 4 145 154 140 6 0 72 270 135 26
Binary 100 1100101 1101100 1100000 110 0 111010 10111000 1011101 10110

Color Harmonies of #04656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04656C

Black with #04656C

Text Example


Text Example

White with #04656C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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