Html Css Color HEX #4182BF Curious Blue

📋 copy color: '#4182BF'

red 65 ◦ green 130 ◦ blue 191

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

Shades of Curious Blue #4182BF

Tints of Curious Blue #4182BF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

 BLUE value IS 191 (75% from 255) = 49.48%

R = 16.84%
G = 33.68%
B = 49.48%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4182BF (or 0x4182BF) is known color: Curious Blue. HEX triplet: 41, 82 and BF. RGB value is (65,130,191). Sum of RGB (Red+Green+Blue) = 65+130+191=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #4182BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4182BF is #BE7D40. Grayscale: #757575. Windows color (decimal): -12483905 or 12550721. OLE color: 12550721.

HSL color Cylindrical-coordinate representation of color #4182BF: hue angle of 209.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4182BF is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 130 191 -
CMYK 0.66 0.32 0 0.25
HSL 209.05º 0.5% 0.5% -
HSV(B) 209.05º 0.66% 0.75% -
XYZ 19.57 20.85 52.28 -
YUV 117.52 169.47 90.54 -
System Red Green Blue C M Y K H S L
Decimal 65 130 191 0.66 0.32 0 0.25 209.05 0.5 0.5
Hex 41 82 BF 42 20 0 19 D1 32 32
Octal 101 202 277 102 40 0 31 321 62 62
Binary 1000001 10000010 10111111 1000010 100000 0 11001 11010001 110010 110010

Color Harmonies of #4182BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4182BF

Black with #4182BF

Text Example


Text Example

White with #4182BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4182BF; }

 p { color: rgb(65,130,191); }

 H1.HeaderClassName
 {
   color: #4182BF;
 }
 .AnyTagClassName
 {
   color: #4182BF;
 }
</style>

background-color css

<style>
 a { background-color: #4182BF; }

 a { background-color: rgb(65,130,191); }

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

border-color css

<style>
 span { border-color: #4182BF; }

 span { border-color: rgb(65,130,191); }

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