Html Css Color HEX #04628A Blue Lagoon

📋 copy color: '#04628A'

red 4 ◦ green 98 ◦ blue 138

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

Shades of Blue Lagoon #04628A

Tints of Blue Lagoon #04628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.83%

 BLUE value IS 138 (54.3% from 255) = 57.5%

R = 1.67%
G = 40.83%
B = 57.5%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#04628A (or 0x04628A) is known color: Blue Lagoon. HEX triplet: 04, 62 and 8A. RGB value is (4,98,138). Sum of RGB (Red+Green+Blue) = 4+98+138=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #04628A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04628A is #FB9D75. Grayscale: #4A4A4A. Windows color (decimal): -16489846 or 9069060. OLE color: 9069060.

HSL color Cylindrical-coordinate representation of color #04628A: hue angle of 197.91º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04628A is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 98 138 -
CMYK 0.97 0.29 0 0.46
HSL 197.91º 0.94% 0.28% -
HSV(B) 197.91º 0.97% 0.54% -
XYZ 9.01 10.6 25.62 -
YUV 74.45 163.86 77.75 -
System Red Green Blue C M Y K H S L
Decimal 4 98 138 0.97 0.29 0 0.46 197.91 0.94 0.28
Hex 4 62 8A 61 1D 0 2E C6 5E 1C
Octal 4 142 212 141 35 0 56 306 136 34
Binary 100 1100010 10001010 1100001 11101 0 101110 11000110 1011110 11100

Color Harmonies of #04628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04628A

Black with #04628A

Text Example


Text Example

White with #04628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04628A; }

 p { color: rgb(4,98,138); }

 H1.HeaderClassName
 {
   color: #04628A;
 }
 .AnyTagClassName
 {
   color: #04628A;
 }
</style>

background-color css

<style>
 a { background-color: #04628A; }

 a { background-color: rgb(4,98,138); }

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

border-color css

<style>
 span { border-color: #04628A; }

 span { border-color: rgb(4,98,138); }

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