Html Css Color HEX #04608B Blue Lagoon

📋 copy color: '#04608B'

red 4 ◦ green 96 ◦ blue 139

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

Shades of Blue Lagoon #04608B

Tints of Blue Lagoon #04608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.17%

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

R = 1.67%
G = 40.17%
B = 58.16%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04608B (or 0x04608B) is known color: Blue Lagoon. HEX triplet: 04, 60 and 8B. RGB value is (4,96,139). Sum of RGB (Red+Green+Blue) = 4+96+139=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #04608B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04608B is #FB9F74. Grayscale: #494949. Windows color (decimal): -16490357 or 9134084. OLE color: 9134084.

HSL color Cylindrical-coordinate representation of color #04608B: hue angle of 199.11º 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 #04608B is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 96 139 -
CMYK 0.97 0.31 0 0.45
HSL 199.11º 0.94% 0.28% -
HSV(B) 199.11º 0.97% 0.55% -
XYZ 8.89 10.26 25.94 -
YUV 73.39 165.02 78.5 -
System Red Green Blue C M Y K H S L
Decimal 4 96 139 0.97 0.31 0 0.45 199.11 0.94 0.28
Hex 4 60 8B 61 1F 0 2D C7 5E 1C
Octal 4 140 213 141 37 0 55 307 136 34
Binary 100 1100000 10001011 1100001 11111 0 101101 11000111 1011110 11100

Color Harmonies of #04608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04608B

Black with #04608B

Text Example


Text Example

White with #04608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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