Html Css Color HEX #04667C Blue Lagoon

📋 copy color: '#04667C'

red 4 ◦ green 102 ◦ blue 124

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

Shades of Blue Lagoon #04667C

Tints of Blue Lagoon #04667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.35%

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

R = 1.74%
G = 44.35%
B = 53.91%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04667C (or 0x04667C) is known color: Blue Lagoon. HEX triplet: 04, 66 and 7C. RGB value is (4,102,124). Sum of RGB (Red+Green+Blue) = 4+102+124=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #04667C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04667C is #FB9983. Grayscale: #4B4B4B. Windows color (decimal): -16488836 or 8152580. OLE color: 8152580.

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

Color convert

RGB 4 102 124 -
CMYK 0.97 0.18 0 0.51
HSL 191º 0.94% 0.25% -
HSV(B) 191º 0.97% 0.49% -
XYZ 8.44 10.98 20.74 -
YUV 75.21 155.53 77.21 -
System Red Green Blue C M Y K H S L
Decimal 4 102 124 0.97 0.18 0 0.51 191 0.94 0.25
Hex 4 66 7C 61 12 0 33 BF 5E 19
Octal 4 146 174 141 22 0 63 277 136 31
Binary 100 1100110 1111100 1100001 10010 0 110011 10111111 1011110 11001

Color Harmonies of #04667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04667C

Black with #04667C

Text Example


Text Example

White with #04667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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