Html Css Color HEX #046583 Blue Lagoon

📋 copy color: '#046583'

red 4 ◦ green 101 ◦ blue 131

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

Shades of Blue Lagoon #046583

Tints of Blue Lagoon #046583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.8%

 BLUE value IS 131 (51.56% from 255) = 55.51%

R = 1.69%
G = 42.8%
B = 55.51%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#046583 (or 0x046583) is known color: Blue Lagoon. HEX triplet: 04, 65 and 83. RGB value is (4,101,131). Sum of RGB (Red+Green+Blue) = 4+101+131=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #046583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046583 is #FB9A7C. Grayscale: #4B4B4B. Windows color (decimal): -16489085 or 8611076. OLE color: 8611076.

HSL color Cylindrical-coordinate representation of color #046583: hue angle of 194.17º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046583 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 101 131 -
CMYK 0.97 0.23 0 0.49
HSL 194.17º 0.94% 0.26% -
HSV(B) 194.17º 0.97% 0.51% -
XYZ 8.8 10.97 23.13 -
YUV 75.42 159.36 77.06 -
System Red Green Blue C M Y K H S L
Decimal 4 101 131 0.97 0.23 0 0.49 194.17 0.94 0.26
Hex 4 65 83 61 17 0 31 C2 5E 1A
Octal 4 145 203 141 27 0 61 302 136 32
Binary 100 1100101 10000011 1100001 10111 0 110001 11000010 1011110 11010

Color Harmonies of #046583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046583

Black with #046583

Text Example


Text Example

White with #046583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046583; }

 p { color: rgb(4,101,131); }

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

background-color css

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

 a { background-color: rgb(4,101,131); }

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

border-color css

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

 span { border-color: rgb(4,101,131); }

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