Html Css Color HEX #045462 Blue Lagoon

📋 copy color: '#045462'

red 4 ◦ green 84 ◦ blue 98

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

Shades of Blue Lagoon #045462

Tints of Blue Lagoon #045462

RGB

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

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

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

R = 2.15%
G = 45.16%
B = 52.69%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#045462 (or 0x045462) is known color: Blue Lagoon. HEX triplet: 04, 54 and 62. RGB value is (4,84,98). Sum of RGB (Red+Green+Blue) = 4+84+98=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #045462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045462 is #FBAB9D. Grayscale: #3D3D3D. Windows color (decimal): -16493470 or 6444036. OLE color: 6444036.

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

Color convert

RGB 4 84 98 -
CMYK 0.96 0.14 0 0.62
HSL 188.94º 0.92% 0.2% -
HSV(B) 188.94º 0.96% 0.38% -
XYZ 5.42 7.25 12.67 -
YUV 61.68 148.5 86.86 -
System Red Green Blue C M Y K H S L
Decimal 4 84 98 0.96 0.14 0 0.62 188.94 0.92 0.2
Hex 4 54 62 60 E 0 3E BD 5C 14
Octal 4 124 142 140 16 0 76 275 134 24
Binary 100 1010100 1100010 1100000 1110 0 111110 10111101 1011100 10100

Color Harmonies of #045462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045462

Black with #045462

Text Example


Text Example

White with #045462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045462; }

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

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

background-color css

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

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

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

border-color css

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

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

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