Html Css Color HEX #4490BD Curious Blue

📋 copy color: '#4490BD'

red 68 ◦ green 144 ◦ blue 189

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

Shades of Curious Blue #4490BD

Tints of Curious Blue #4490BD

RGB

 RED value IS 68 (26.95% from 255) = 16.96%

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

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

R = 16.96%
G = 35.91%
B = 47.13%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4490BD (or 0x4490BD) is known color: Curious Blue. HEX triplet: 44, 90 and BD. RGB value is (68,144,189). Sum of RGB (Red+Green+Blue) = 68+144+189=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #4490BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4490BD is #BB6F42. Grayscale: #7E7E7E. Windows color (decimal): -12283715 or 12423236. OLE color: 12423236.

HSL color Cylindrical-coordinate representation of color #4490BD: hue angle of 202.31º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4490BD is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 144 189 -
CMYK 0.64 0.24 0 0.26
HSL 202.31º 0.48% 0.5% -
HSV(B) 202.31º 0.64% 0.74% -
XYZ 21.54 24.85 51.81 -
YUV 126.41 163.32 86.34 -
System Red Green Blue C M Y K H S L
Decimal 68 144 189 0.64 0.24 0 0.26 202.31 0.48 0.5
Hex 44 90 BD 40 18 0 1A CA 30 32
Octal 104 220 275 100 30 0 32 312 60 62
Binary 1000100 10010000 10111101 1000000 11000 0 11010 11001010 110000 110010

Color Harmonies of #4490BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4490BD

Black with #4490BD

Text Example


Text Example

White with #4490BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4490BD; }

 p { color: rgb(68,144,189); }

 H1.HeaderClassName
 {
   color: #4490BD;
 }
 .AnyTagClassName
 {
   color: #4490BD;
 }
</style>

background-color css

<style>
 a { background-color: #4490BD; }

 a { background-color: rgb(68,144,189); }

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

border-color css

<style>
 span { border-color: #4490BD; }

 span { border-color: rgb(68,144,189); }

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