Html Css Color HEX #4490BC Curious Blue

📋 copy color: '#4490BC'

red 68 ◦ green 144 ◦ blue 188

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

Shades of Curious Blue #4490BC

Tints of Curious Blue #4490BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47%

R = 17%
G = 36%
B = 47%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4490BC (or 0x4490BC) is known color: Curious Blue. HEX triplet: 44, 90 and BC. RGB value is (68,144,188). Sum of RGB (Red+Green+Blue) = 68+144+188=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #4490BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4490BC is #BB6F43. Grayscale: #7E7E7E. Windows color (decimal): -12283716 or 12357700. OLE color: 12357700.

HSL color Cylindrical-coordinate representation of color #4490BC: hue angle of 202º degrees, saturation: 0.47, 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 #4490BC is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 144 188 -
CMYK 0.64 0.23 0 0.26
HSL 202º 0.47% 0.5% -
HSV(B) 202º 0.64% 0.74% -
XYZ 21.43 24.81 51.24 -
YUV 126.29 162.82 86.42 -
System Red Green Blue C M Y K H S L
Decimal 68 144 188 0.64 0.23 0 0.26 202 0.47 0.5
Hex 44 90 BC 40 17 0 1A CA 2F 32
Octal 104 220 274 100 27 0 32 312 57 62
Binary 1000100 10010000 10111100 1000000 10111 0 11010 11001010 101111 110010

Color Harmonies of #4490BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4490BC

Black with #4490BC

Text Example


Text Example

White with #4490BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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