Html Css Color HEX #0494CB Pacific Blue

📋 copy color: '#0494CB'

red 4 ◦ green 148 ◦ blue 203

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

Shades of Pacific Blue #0494CB

Tints of Pacific Blue #0494CB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.69%

 BLUE value IS 203 (79.69% from 255) = 57.18%

R = 1.13%
G = 41.69%
B = 57.18%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0494CB (or 0x0494CB) is known color: Pacific Blue. HEX triplet: 04, 94 and CB. RGB value is (4,148,203). Sum of RGB (Red+Green+Blue) = 4+148+203=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #0494CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0494CB is #FB6B34. Grayscale: #6E6E6E. Windows color (decimal): -16476981 or 13341700. OLE color: 13341700.

HSL color Cylindrical-coordinate representation of color #0494CB: hue angle of 196.58º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0494CB is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 148 203 -
CMYK 0.98 0.27 0 0.20
HSL 196.58º 0.96% 0.41% -
HSV(B) 196.58º 0.98% 0.8% -
XYZ 21.42 25.52 60.3 -
YUV 111.21 179.79 51.53 -
System Red Green Blue C M Y K H S L
Decimal 4 148 203 0.98 0.27 0 0.20 196.58 0.96 0.41
Hex 4 94 CB 62 1B 0 14 C5 60 29
Octal 4 224 313 142 33 0 24 305 140 51
Binary 100 10010100 11001011 1100010 11011 0 10100 11000101 1100000 101001

Color Harmonies of #0494CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0494CB

Black with #0494CB

Text Example


Text Example

White with #0494CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0494CB; }

 p { color: rgb(4,148,203); }

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

background-color css

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

 a { background-color: rgb(4,148,203); }

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

border-color css

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

 span { border-color: rgb(4,148,203); }

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