Html Css Color HEX #4181BB Curious Blue

📋 copy color: '#4181BB'

red 65 ◦ green 129 ◦ blue 187

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

Shades of Curious Blue #4181BB

Tints of Curious Blue #4181BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 17.06%
G = 33.86%
B = 49.08%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4181BB (or 0x4181BB) is known color: Curious Blue. HEX triplet: 41, 81 and BB. RGB value is (65,129,187). Sum of RGB (Red+Green+Blue) = 65+129+187=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #4181BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4181BB is #BE7E44. Grayscale: #747474. Windows color (decimal): -12484165 or 12288321. OLE color: 12288321.

HSL color Cylindrical-coordinate representation of color #4181BB: hue angle of 208.52º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4181BB is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 129 187 -
CMYK 0.65 0.31 0 0.27
HSL 208.52º 0.48% 0.49% -
HSV(B) 208.52º 0.65% 0.73% -
XYZ 19 20.41 49.95 -
YUV 116.48 167.8 91.28 -
System Red Green Blue C M Y K H S L
Decimal 65 129 187 0.65 0.31 0 0.27 208.52 0.48 0.49
Hex 41 81 BB 41 1F 0 1B D1 30 31
Octal 101 201 273 101 37 0 33 321 60 61
Binary 1000001 10000001 10111011 1000001 11111 0 11011 11010001 110000 110001

Color Harmonies of #4181BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4181BB

Black with #4181BB

Text Example


Text Example

White with #4181BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4181BB; }

 p { color: rgb(65,129,187); }

 H1.HeaderClassName
 {
   color: #4181BB;
 }
 .AnyTagClassName
 {
   color: #4181BB;
 }
</style>

background-color css

<style>
 a { background-color: #4181BB; }

 a { background-color: rgb(65,129,187); }

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

border-color css

<style>
 span { border-color: #4181BB; }

 span { border-color: rgb(65,129,187); }

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