Html Css Color HEX #4491BC Curious Blue

📋 copy color: '#4491BC'

red 68 ◦ green 145 ◦ blue 188

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

Shades of Curious Blue #4491BC

Tints of Curious Blue #4491BC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.16%

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

R = 16.96%
G = 36.16%
B = 46.88%

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

#4491BC (or 0x4491BC) is known color: Curious Blue. HEX triplet: 44, 91 and BC. RGB value is (68,145,188). Sum of RGB (Red+Green+Blue) = 68+145+188=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #4491BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4491BC is #BB6E43. Grayscale: #7E7E7E. Windows color (decimal): -12283460 or 12357956. OLE color: 12357956.

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

Color convert

RGB 68 145 188 -
CMYK 0.64 0.23 0 0.26
HSL 201.5º 0.47% 0.5% -
HSV(B) 201.5º 0.64% 0.74% -
XYZ 21.59 25.11 51.29 -
YUV 126.88 162.49 86 -
System Red Green Blue C M Y K H S L
Decimal 68 145 188 0.64 0.23 0 0.26 201.5 0.47 0.5
Hex 44 91 BC 40 17 0 1A CA 2F 32
Octal 104 221 274 100 27 0 32 312 57 62
Binary 1000100 10010001 10111100 1000000 10111 0 11010 11001010 101111 110010

Color Harmonies of #4491BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4491BC

Black with #4491BC

Text Example


Text Example

White with #4491BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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