Html Css Color HEX #049BDA Pacific Blue

📋 copy color: '#049BDA'

red 4 ◦ green 155 ◦ blue 218

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

Shades of Pacific Blue #049BDA

Tints of Pacific Blue #049BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.82%

R = 1.06%
G = 41.11%
B = 57.82%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#049BDA (or 0x049BDA) is known color: Pacific Blue. HEX triplet: 04, 9B and DA. RGB value is (4,155,218). Sum of RGB (Red+Green+Blue) = 4+155+218=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #049BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BDA is #FB6425. Grayscale: #747474. Windows color (decimal): -16475174 or 14326532. OLE color: 14326532.

HSL color Cylindrical-coordinate representation of color #049BDA: hue angle of 197.66º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BDA is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 4 155 218 -
CMYK 0.98 0.29 0 0.15
HSL 197.66º 0.96% 0.44% -
HSV(B) 197.66º 0.98% 0.85% -
XYZ 24.43 28.53 70.55 -
YUV 117.03 184.97 47.38 -
System Red Green Blue C M Y K H S L
Decimal 4 155 218 0.98 0.29 0 0.15 197.66 0.96 0.44
Hex 4 9B DA 62 1D 0 F C6 60 2C
Octal 4 233 332 142 35 0 17 306 140 54
Binary 100 10011011 11011010 1100010 11101 0 1111 11000110 1100000 101100

Color Harmonies of #049BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049BDA

Black with #049BDA

Text Example


Text Example

White with #049BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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