Html Css Color HEX #045474 Blue Lagoon

📋 copy color: '#045474'

red 4 ◦ green 84 ◦ blue 116

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

Shades of Blue Lagoon #045474

Tints of Blue Lagoon #045474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 1.96%
G = 41.18%
B = 56.86%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#045474 (or 0x045474) is known color: Blue Lagoon. HEX triplet: 04, 54 and 74. RGB value is (4,84,116). Sum of RGB (Red+Green+Blue) = 4+84+116=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #045474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045474 is #FBAB8B. Grayscale: #3F3F3F. Windows color (decimal): -16493452 or 7623684. OLE color: 7623684.

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

Color convert

RGB 4 84 116 -
CMYK 0.97 0.28 0 0.55
HSL 197.14º 0.93% 0.24% -
HSV(B) 197.14º 0.97% 0.45% -
XYZ 6.37 7.63 17.66 -
YUV 63.73 157.5 85.4 -
System Red Green Blue C M Y K H S L
Decimal 4 84 116 0.97 0.28 0 0.55 197.14 0.93 0.24
Hex 4 54 74 61 1C 0 37 C5 5D 18
Octal 4 124 164 141 34 0 67 305 135 30
Binary 100 1010100 1110100 1100001 11100 0 110111 11000101 1011101 11000

Color Harmonies of #045474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045474

Black with #045474

Text Example


Text Example

White with #045474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045474; }

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

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

background-color css

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

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

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

border-color css

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

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

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