Html Css Color HEX #4490BE Curious Blue

📋 copy color: '#4490BE'

red 68 ◦ green 144 ◦ blue 190

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

Shades of Curious Blue #4490BE

Tints of Curious Blue #4490BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 16.92%
G = 35.82%
B = 47.26%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4490BE (or 0x4490BE) is known color: Curious Blue. HEX triplet: 44, 90 and BE. RGB value is (68,144,190). Sum of RGB (Red+Green+Blue) = 68+144+190=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #4490BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4490BE is #BB6F41. Grayscale: #7E7E7E. Windows color (decimal): -12283714 or 12488772. OLE color: 12488772.

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

Color convert

RGB 68 144 190 -
CMYK 0.64 0.24 0 0.25
HSL 202.62º 0.48% 0.51% -
HSV(B) 202.62º 0.64% 0.75% -
XYZ 21.65 24.89 52.38 -
YUV 126.52 163.82 86.26 -
System Red Green Blue C M Y K H S L
Decimal 68 144 190 0.64 0.24 0 0.25 202.62 0.48 0.51
Hex 44 90 BE 40 18 0 19 CB 30 33
Octal 104 220 276 100 30 0 31 313 60 63
Binary 1000100 10010000 10111110 1000000 11000 0 11001 11001011 110000 110011

Color Harmonies of #4490BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4490BE

Black with #4490BE

Text Example


Text Example

White with #4490BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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