Html Css Color HEX #4181BC Curious Blue

📋 copy color: '#4181BC'

red 65 ◦ green 129 ◦ blue 188

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

Shades of Curious Blue #4181BC

Tints of Curious Blue #4181BC

RGB

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

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

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

R = 17.02%
G = 33.77%
B = 49.21%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4181BC (or 0x4181BC) is known color: Curious Blue. HEX triplet: 41, 81 and BC. RGB value is (65,129,188). Sum of RGB (Red+Green+Blue) = 65+129+188=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #4181BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4181BC is #BE7E43. Grayscale: #747474. Windows color (decimal): -12484164 or 12353857. OLE color: 12353857.

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

Color convert

RGB 65 129 188 -
CMYK 0.65 0.31 0 0.26
HSL 208.78º 0.49% 0.5% -
HSV(B) 208.78º 0.65% 0.74% -
XYZ 19.11 20.46 50.52 -
YUV 116.59 168.3 91.2 -
System Red Green Blue C M Y K H S L
Decimal 65 129 188 0.65 0.31 0 0.26 208.78 0.49 0.5
Hex 41 81 BC 41 1F 0 1A D1 31 32
Octal 101 201 274 101 37 0 32 321 61 62
Binary 1000001 10000001 10111100 1000001 11111 0 11010 11010001 110001 110010

Color Harmonies of #4181BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4181BC

Black with #4181BC

Text Example


Text Example

White with #4181BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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