Html Css Color HEX #049DBF Pacific Blue

📋 copy color: '#049DBF'

red 4 ◦ green 157 ◦ blue 191

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

Shades of Pacific Blue #049DBF

Tints of Pacific Blue #049DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.6%

 BLUE value IS 191 (75% from 255) = 54.26%

R = 1.14%
G = 44.6%
B = 54.26%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#049DBF (or 0x049DBF) is known color: Pacific Blue. HEX triplet: 04, 9D and BF. RGB value is (4,157,191). Sum of RGB (Red+Green+Blue) = 4+157+191=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #049DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DBF is #FB6240. Grayscale: #727272. Windows color (decimal): -16474689 or 12557572. OLE color: 12557572.

HSL color Cylindrical-coordinate representation of color #049DBF: hue angle of 190.91º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049DBF is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 157 191 -
CMYK 0.98 0.18 0 0.25
HSL 190.91º 0.96% 0.38% -
HSV(B) 190.91º 0.98% 0.75% -
XYZ 21.51 27.9 53.54 -
YUV 115.13 170.81 48.74 -
System Red Green Blue C M Y K H S L
Decimal 4 157 191 0.98 0.18 0 0.25 190.91 0.96 0.38
Hex 4 9D BF 62 12 0 19 BF 60 26
Octal 4 235 277 142 22 0 31 277 140 46
Binary 100 10011101 10111111 1100010 10010 0 11001 10111111 1100000 100110

Color Harmonies of #049DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049DBF

Black with #049DBF

Text Example


Text Example

White with #049DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049DBF; }

 p { color: rgb(4,157,191); }

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

background-color css

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

 a { background-color: rgb(4,157,191); }

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

border-color css

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

 span { border-color: rgb(4,157,191); }

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