Html Css Color HEX #049BBD Pacific Blue

📋 copy color: '#049BBD'

red 4 ◦ green 155 ◦ blue 189

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

Shades of Pacific Blue #049BBD

Tints of Pacific Blue #049BBD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.54%

 BLUE value IS 189 (74.22% from 255) = 54.31%

R = 1.15%
G = 44.54%
B = 54.31%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#049BBD (or 0x049BBD) is known color: Pacific Blue. HEX triplet: 04, 9B and BD. RGB value is (4,155,189). Sum of RGB (Red+Green+Blue) = 4+155+189=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #049BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BBD is #FB6442. Grayscale: #717171. Windows color (decimal): -16475203 or 12425988. OLE color: 12425988.

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

Color convert

RGB 4 155 189 -
CMYK 0.98 0.18 0 0.26
HSL 191.03º 0.96% 0.38% -
HSV(B) 191.03º 0.98% 0.74% -
XYZ 20.96 27.14 52.28 -
YUV 113.73 170.47 49.74 -
System Red Green Blue C M Y K H S L
Decimal 4 155 189 0.98 0.18 0 0.26 191.03 0.96 0.38
Hex 4 9B BD 62 12 0 1A BF 60 26
Octal 4 233 275 142 22 0 32 277 140 46
Binary 100 10011011 10111101 1100010 10010 0 11010 10111111 1100000 100110

Color Harmonies of #049BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049BBD

Black with #049BBD

Text Example


Text Example

White with #049BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,155,189); }

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

background-color css

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

 a { background-color: rgb(4,155,189); }

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

border-color css

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

 span { border-color: rgb(4,155,189); }

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