Html Css Color HEX #4490CE Curious Blue

📋 copy color: '#4490CE'

red 68 ◦ green 144 ◦ blue 206

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

Shades of Curious Blue #4490CE

Tints of Curious Blue #4490CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 16.27%
G = 34.45%
B = 49.28%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4490CE (or 0x4490CE) is known color: Curious Blue. HEX triplet: 44, 90 and CE. RGB value is (68,144,206). Sum of RGB (Red+Green+Blue) = 68+144+206=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #4490CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4490CE is #BB6F31. Grayscale: #808080. Windows color (decimal): -12283698 or 13537348. OLE color: 13537348.

HSL color Cylindrical-coordinate representation of color #4490CE: hue angle of 206.96º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4490CE is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 144 206 -
CMYK 0.67 0.30 0 0.19
HSL 206.96º 0.58% 0.54% -
HSV(B) 206.96º 0.67% 0.81% -
XYZ 23.5 25.63 62.1 -
YUV 128.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 68 144 206 0.67 0.30 0 0.19 206.96 0.58 0.54
Hex 44 90 CE 43 1E 0 13 CF 3A 36
Octal 104 220 316 103 36 0 23 317 72 66
Binary 1000100 10010000 11001110 1000011 11110 0 10011 11001111 111010 110110

Color Harmonies of #4490CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4490CE

Black with #4490CE

Text Example


Text Example

White with #4490CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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