Html Css Color HEX #045863 Blue Lagoon

📋 copy color: '#045863'

red 4 ◦ green 88 ◦ blue 99

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

Shades of Blue Lagoon #045863

Tints of Blue Lagoon #045863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.07%

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

R = 2.09%
G = 46.07%
B = 51.83%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#045863 (or 0x045863) is known color: Blue Lagoon. HEX triplet: 04, 58 and 63. RGB value is (4,88,99). Sum of RGB (Red+Green+Blue) = 4+88+99=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #045863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045863 is #FBA79C. Grayscale: #404040. Windows color (decimal): -16492445 or 6510596. OLE color: 6510596.

HSL color Cylindrical-coordinate representation of color #045863: hue angle of 186.95º 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 #045863 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 88 99 -
CMYK 0.96 0.11 0 0.61
HSL 186.95º 0.92% 0.2% -
HSV(B) 186.95º 0.96% 0.39% -
XYZ 5.79 7.91 13.03 -
YUV 64.14 147.67 85.11 -
System Red Green Blue C M Y K H S L
Decimal 4 88 99 0.96 0.11 0 0.61 186.95 0.92 0.2
Hex 4 58 63 60 B 0 3D BB 5C 14
Octal 4 130 143 140 13 0 75 273 134 24
Binary 100 1011000 1100011 1100000 1011 0 111101 10111011 1011100 10100

Color Harmonies of #045863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045863

Black with #045863

Text Example


Text Example

White with #045863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045863; }

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

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

background-color css

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

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

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

border-color css

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

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

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