Html Css Color HEX #4291BC Curious Blue

📋 copy color: '#4291BC'

red 66 ◦ green 145 ◦ blue 188

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

Shades of Curious Blue #4291BC

Tints of Curious Blue #4291BC

RGB

 RED value IS 66 (26.17% from 255) = 16.54%

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

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

R = 16.54%
G = 36.34%
B = 47.12%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4291BC (or 0x4291BC) is known color: Curious Blue. HEX triplet: 42, 91 and BC. RGB value is (66,145,188). Sum of RGB (Red+Green+Blue) = 66+145+188=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #4291BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4291BC is #BD6E43. Grayscale: #7E7E7E. Windows color (decimal): -12414532 or 12357954. OLE color: 12357954.

HSL color Cylindrical-coordinate representation of color #4291BC: hue angle of 201.15º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4291BC is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 145 188 -
CMYK 0.65 0.23 0 0.26
HSL 201.15º 0.48% 0.5% -
HSV(B) 201.15º 0.65% 0.74% -
XYZ 21.45 25.04 51.28 -
YUV 126.28 162.83 85 -
System Red Green Blue C M Y K H S L
Decimal 66 145 188 0.65 0.23 0 0.26 201.15 0.48 0.5
Hex 42 91 BC 41 17 0 1A C9 30 32
Octal 102 221 274 101 27 0 32 311 60 62
Binary 1000010 10010001 10111100 1000001 10111 0 11010 11001001 110000 110010

Color Harmonies of #4291BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4291BC

Black with #4291BC

Text Example


Text Example

White with #4291BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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