Html Css Color HEX #4990BB Curious Blue

📋 copy color: '#4990BB'

red 73 ◦ green 144 ◦ blue 187

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

Shades of Curious Blue #4990BB

Tints of Curious Blue #4990BB

RGB

 RED value IS 73 (28.91% from 255) = 18.07%

 GREEN value IS 144 (56.64% from 255) = 35.64%

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 18.07%
G = 35.64%
B = 46.29%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4990BB (or 0x4990BB) is known color: Curious Blue. HEX triplet: 49, 90 and BB. RGB value is (73,144,187). Sum of RGB (Red+Green+Blue) = 73+144+187=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #4990BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4990BB is #B66F44. Grayscale: #7F7F7F. Windows color (decimal): -11956037 or 12292169. OLE color: 12292169.

HSL color Cylindrical-coordinate representation of color #4990BB: hue angle of 202.63º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4990BB is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 144 187 -
CMYK 0.61 0.23 0 0.27
HSL 202.63º 0.46% 0.51% -
HSV(B) 202.63º 0.61% 0.73% -
XYZ 21.69 24.95 50.69 -
YUV 127.67 161.48 89 -
System Red Green Blue C M Y K H S L
Decimal 73 144 187 0.61 0.23 0 0.27 202.63 0.46 0.51
Hex 49 90 BB 3D 17 0 1B CB 2E 33
Octal 111 220 273 75 27 0 33 313 56 63
Binary 1001001 10010000 10111011 111101 10111 0 11011 11001011 101110 110011

Color Harmonies of #4990BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4990BB

Black with #4990BB

Text Example


Text Example

White with #4990BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4990BB; }

 p { color: rgb(73,144,187); }

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

background-color css

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

 a { background-color: rgb(73,144,187); }

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

border-color css

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

 span { border-color: rgb(73,144,187); }

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