Html Css Color HEX #046274 Blue Lagoon

📋 copy color: '#046274'

red 4 ◦ green 98 ◦ blue 116

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

Shades of Blue Lagoon #046274

Tints of Blue Lagoon #046274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.95%

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

R = 1.83%
G = 44.95%
B = 53.21%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#046274 (or 0x046274) is known color: Blue Lagoon. HEX triplet: 04, 62 and 74. RGB value is (4,98,116). Sum of RGB (Red+Green+Blue) = 4+98+116=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #046274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046274 is #FB9D8B. Grayscale: #474747. Windows color (decimal): -16489868 or 7627268. OLE color: 7627268.

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

Color convert

RGB 4 98 116 -
CMYK 0.97 0.16 0 0.55
HSL 189.64º 0.93% 0.24% -
HSV(B) 189.64º 0.97% 0.45% -
XYZ 7.57 10.02 18.06 -
YUV 71.95 152.86 79.54 -
System Red Green Blue C M Y K H S L
Decimal 4 98 116 0.97 0.16 0 0.55 189.64 0.93 0.24
Hex 4 62 74 61 10 0 37 BE 5D 18
Octal 4 142 164 141 20 0 67 276 135 30
Binary 100 1100010 1110100 1100001 10000 0 110111 10111110 1011101 11000

Color Harmonies of #046274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046274

Black with #046274

Text Example


Text Example

White with #046274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046274; }

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

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

background-color css

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

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

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

border-color css

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

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

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