Html Css Color HEX #4186BC Curious Blue

📋 copy color: '#4186BC'

red 65 ◦ green 134 ◦ blue 188

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

Shades of Curious Blue #4186BC

Tints of Curious Blue #4186BC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.63%

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

R = 16.8%
G = 34.63%
B = 48.58%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4186BC (or 0x4186BC) is known color: Curious Blue. HEX triplet: 41, 86 and BC. RGB value is (65,134,188). Sum of RGB (Red+Green+Blue) = 65+134+188=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #4186BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4186BC is #BE7943. Grayscale: #777777. Windows color (decimal): -12482884 or 12355137. OLE color: 12355137.

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

Color convert

RGB 65 134 188 -
CMYK 0.65 0.29 0 0.26
HSL 206.34º 0.49% 0.5% -
HSV(B) 206.34º 0.65% 0.74% -
XYZ 19.78 21.8 50.74 -
YUV 119.53 166.64 89.11 -
System Red Green Blue C M Y K H S L
Decimal 65 134 188 0.65 0.29 0 0.26 206.34 0.49 0.5
Hex 41 86 BC 41 1D 0 1A CE 31 32
Octal 101 206 274 101 35 0 32 316 61 62
Binary 1000001 10000110 10111100 1000001 11101 0 11010 11001110 110001 110010

Color Harmonies of #4186BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4186BC

Black with #4186BC

Text Example


Text Example

White with #4186BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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