Html Css Color HEX #4182C1 Curious Blue

📋 copy color: '#4182C1'

red 65 ◦ green 130 ◦ blue 193

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

Shades of Curious Blue #4182C1

Tints of Curious Blue #4182C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.74%

R = 16.75%
G = 33.51%
B = 49.74%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4182C1 (or 0x4182C1) is known color: Curious Blue. HEX triplet: 41, 82 and C1. RGB value is (65,130,193). Sum of RGB (Red+Green+Blue) = 65+130+193=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #4182C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4182C1 is #BE7D3E. Grayscale: #757575. Windows color (decimal): -12483903 or 12681793. OLE color: 12681793.

HSL color Cylindrical-coordinate representation of color #4182C1: hue angle of 209.53º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4182C1 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 130 193 -
CMYK 0.66 0.33 0 0.24
HSL 209.53º 0.51% 0.51% -
HSV(B) 209.53º 0.66% 0.76% -
XYZ 19.79 20.94 53.45 -
YUV 117.75 170.47 90.38 -
System Red Green Blue C M Y K H S L
Decimal 65 130 193 0.66 0.33 0 0.24 209.53 0.51 0.51
Hex 41 82 C1 42 21 0 18 D2 33 33
Octal 101 202 301 102 41 0 30 322 63 63
Binary 1000001 10000010 11000001 1000010 100001 0 11000 11010010 110011 110011

Color Harmonies of #4182C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4182C1

Black with #4182C1

Text Example


Text Example

White with #4182C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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