Html Css Color HEX #045374 Blue Lagoon

📋 copy color: '#045374'

red 4 ◦ green 83 ◦ blue 116

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

Shades of Blue Lagoon #045374

Tints of Blue Lagoon #045374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 1.97%
G = 40.89%
B = 57.14%

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

#045374 (or 0x045374) is known color: Blue Lagoon. HEX triplet: 04, 53 and 74. RGB value is (4,83,116). Sum of RGB (Red+Green+Blue) = 4+83+116=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #045374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045374 is #FBAC8B. Grayscale: #3E3E3E. Windows color (decimal): -16493708 or 7623428. OLE color: 7623428.

HSL color Cylindrical-coordinate representation of color #045374: hue angle of 197.68º 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 #045374 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 83 116 -
CMYK 0.97 0.28 0 0.55
HSL 197.68º 0.93% 0.24% -
HSV(B) 197.68º 0.97% 0.45% -
XYZ 6.3 7.47 17.63 -
YUV 63.14 157.83 85.82 -
System Red Green Blue C M Y K H S L
Decimal 4 83 116 0.97 0.28 0 0.55 197.68 0.93 0.24
Hex 4 53 74 61 1C 0 37 C6 5D 18
Octal 4 123 164 141 34 0 67 306 135 30
Binary 100 1010011 1110100 1100001 11100 0 110111 11000110 1011101 11000

Color Harmonies of #045374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045374

Black with #045374

Text Example


Text Example

White with #045374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045374; }

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

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

background-color css

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

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

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

border-color css

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

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

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