Html Css Color HEX #04546B Blue Lagoon

📋 copy color: '#04546B'

red 4 ◦ green 84 ◦ blue 107

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

Shades of Blue Lagoon #04546B

Tints of Blue Lagoon #04546B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.08%

 BLUE value IS 107 (42.19% from 255) = 54.87%

R = 2.05%
G = 43.08%
B = 54.87%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04546B (or 0x04546B) is known color: Blue Lagoon. HEX triplet: 04, 54 and 6B. RGB value is (4,84,107). Sum of RGB (Red+Green+Blue) = 4+84+107=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #04546B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04546B is #FBAB94. Grayscale: #3E3E3E. Windows color (decimal): -16493461 or 7033860. OLE color: 7033860.

HSL color Cylindrical-coordinate representation of color #04546B: hue angle of 193.4º 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 #04546B is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 84 107 -
CMYK 0.96 0.21 0 0.58
HSL 193.4º 0.93% 0.22% -
HSV(B) 193.4º 0.96% 0.42% -
XYZ 5.87 7.43 15.03 -
YUV 62.7 153 86.13 -
System Red Green Blue C M Y K H S L
Decimal 4 84 107 0.96 0.21 0 0.58 193.4 0.93 0.22
Hex 4 54 6B 60 15 0 3A C1 5D 16
Octal 4 124 153 140 25 0 72 301 135 26
Binary 100 1010100 1101011 1100000 10101 0 111010 11000001 1011101 10110

Color Harmonies of #04546B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04546B

Black with #04546B

Text Example


Text Example

White with #04546B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,84,107); }

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

background-color css

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

 a { background-color: rgb(4,84,107); }

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

border-color css

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

 span { border-color: rgb(4,84,107); }

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