Html Css Color HEX #045562 Blue Lagoon

📋 copy color: '#045562'

red 4 ◦ green 85 ◦ blue 98

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

Shades of Blue Lagoon #045562

Tints of Blue Lagoon #045562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 98 (38.67% from 255) = 52.41%

R = 2.14%
G = 45.45%
B = 52.41%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#045562 (or 0x045562) is known color: Blue Lagoon. HEX triplet: 04, 55 and 62. RGB value is (4,85,98). Sum of RGB (Red+Green+Blue) = 4+85+98=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #045562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045562 is #FBAA9D. Grayscale: #3E3E3E. Windows color (decimal): -16493214 or 6444292. OLE color: 6444292.

HSL color Cylindrical-coordinate representation of color #045562: hue angle of 188.3º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045562 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 85 98 -
CMYK 0.96 0.13 0 0.62
HSL 188.3º 0.92% 0.2% -
HSV(B) 188.3º 0.96% 0.38% -
XYZ 5.5 7.4 12.69 -
YUV 62.26 148.16 86.44 -
System Red Green Blue C M Y K H S L
Decimal 4 85 98 0.96 0.13 0 0.62 188.3 0.92 0.2
Hex 4 55 62 60 D 0 3E BC 5C 14
Octal 4 125 142 140 15 0 76 274 134 24
Binary 100 1010101 1100010 1100000 1101 0 111110 10111100 1011100 10100

Color Harmonies of #045562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045562

Black with #045562

Text Example


Text Example

White with #045562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045562; }

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

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

background-color css

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

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

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

border-color css

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

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

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