Html Css Color HEX #045463 Blue Lagoon

📋 copy color: '#045463'

red 4 ◦ green 84 ◦ blue 99

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

Shades of Blue Lagoon #045463

Tints of Blue Lagoon #045463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.94%

R = 2.14%
G = 44.92%
B = 52.94%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#045463 (or 0x045463) is known color: Blue Lagoon. HEX triplet: 04, 54 and 63. RGB value is (4,84,99). Sum of RGB (Red+Green+Blue) = 4+84+99=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #045463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045463 is #FBAB9C. Grayscale: #3D3D3D. Windows color (decimal): -16493469 or 6509572. OLE color: 6509572.

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

Color convert

RGB 4 84 99 -
CMYK 0.96 0.15 0 0.61
HSL 189.47º 0.92% 0.2% -
HSV(B) 189.47º 0.96% 0.39% -
XYZ 5.47 7.27 12.92 -
YUV 61.79 149 86.78 -
System Red Green Blue C M Y K H S L
Decimal 4 84 99 0.96 0.15 0 0.61 189.47 0.92 0.2
Hex 4 54 63 60 F 0 3D BD 5C 14
Octal 4 124 143 140 17 0 75 275 134 24
Binary 100 1010100 1100011 1100000 1111 0 111101 10111101 1011100 10100

Color Harmonies of #045463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045463

Black with #045463

Text Example


Text Example

White with #045463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045463; }

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

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

background-color css

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

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

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

border-color css

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

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

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