Html Css Color HEX #04628B Blue Lagoon

📋 copy color: '#04628B'

red 4 ◦ green 98 ◦ blue 139

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

Shades of Blue Lagoon #04628B

Tints of Blue Lagoon #04628B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.68%

R = 1.66%
G = 40.66%
B = 57.68%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04628B (or 0x04628B) is known color: Blue Lagoon. HEX triplet: 04, 62 and 8B. RGB value is (4,98,139). Sum of RGB (Red+Green+Blue) = 4+98+139=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #04628B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04628B is #FB9D74. Grayscale: #4A4A4A. Windows color (decimal): -16489845 or 9134596. OLE color: 9134596.

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

Color convert

RGB 4 98 139 -
CMYK 0.97 0.29 0 0.45
HSL 198.22º 0.94% 0.28% -
HSV(B) 198.22º 0.97% 0.55% -
XYZ 9.08 10.63 26 -
YUV 74.57 164.36 77.67 -
System Red Green Blue C M Y K H S L
Decimal 4 98 139 0.97 0.29 0 0.45 198.22 0.94 0.28
Hex 4 62 8B 61 1D 0 2D C6 5E 1C
Octal 4 142 213 141 35 0 55 306 136 34
Binary 100 1100010 10001011 1100001 11101 0 101101 11000110 1011110 11100

Color Harmonies of #04628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04628B

Black with #04628B

Text Example


Text Example

White with #04628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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