Html Css Color HEX #4191BC Curious Blue

📋 copy color: '#4191BC'

red 65 ◦ green 145 ◦ blue 188

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

Shades of Curious Blue #4191BC

Tints of Curious Blue #4191BC

RGB

 RED value IS 65 (25.78% from 255) = 16.33%

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

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

R = 16.33%
G = 36.43%
B = 47.24%

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

#4191BC (or 0x4191BC) is known color: Curious Blue. HEX triplet: 41, 91 and BC. RGB value is (65,145,188). Sum of RGB (Red+Green+Blue) = 65+145+188=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #4191BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4191BC is #BE6E43. Grayscale: #7D7D7D. Windows color (decimal): -12480068 or 12357953. OLE color: 12357953.

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

Color convert

RGB 65 145 188 -
CMYK 0.65 0.23 0 0.26
HSL 200.98º 0.49% 0.5% -
HSV(B) 200.98º 0.65% 0.74% -
XYZ 21.38 25.01 51.28 -
YUV 125.98 163 84.5 -
System Red Green Blue C M Y K H S L
Decimal 65 145 188 0.65 0.23 0 0.26 200.98 0.49 0.5
Hex 41 91 BC 41 17 0 1A C9 31 32
Octal 101 221 274 101 27 0 32 311 61 62
Binary 1000001 10010001 10111100 1000001 10111 0 11010 11001001 110001 110010

Color Harmonies of #4191BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4191BC

Black with #4191BC

Text Example


Text Example

White with #4191BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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