Html Css Color HEX #4491BD Curious Blue

📋 copy color: '#4491BD'

red 68 ◦ green 145 ◦ blue 189

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

Shades of Curious Blue #4491BD

Tints of Curious Blue #4491BD

RGB

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

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

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

R = 16.92%
G = 36.07%
B = 47.01%

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

#4491BD (or 0x4491BD) is known color: Curious Blue. HEX triplet: 44, 91 and BD. RGB value is (68,145,189). Sum of RGB (Red+Green+Blue) = 68+145+189=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #4491BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4491BD is #BB6E42. Grayscale: #7E7E7E. Windows color (decimal): -12283459 or 12423492. OLE color: 12423492.

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

Color convert

RGB 68 145 189 -
CMYK 0.64 0.23 0 0.26
HSL 201.82º 0.48% 0.5% -
HSV(B) 201.82º 0.64% 0.74% -
XYZ 21.69 25.15 51.86 -
YUV 126.99 162.99 85.92 -
System Red Green Blue C M Y K H S L
Decimal 68 145 189 0.64 0.23 0 0.26 201.82 0.48 0.5
Hex 44 91 BD 40 17 0 1A CA 30 32
Octal 104 221 275 100 27 0 32 312 60 62
Binary 1000100 10010001 10111101 1000000 10111 0 11010 11001010 110000 110010

Color Harmonies of #4491BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4491BD

Black with #4491BD

Text Example


Text Example

White with #4491BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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