Html Css Color HEX #4192DC Picton Blue

📋 copy color: '#4192DC'

red 65 ◦ green 146 ◦ blue 220

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

Shades of Picton Blue #4192DC

Tints of Picton Blue #4192DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.87%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 15.08%
G = 33.87%
B = 51.04%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4192DC (or 0x4192DC) is known color: Picton Blue. HEX triplet: 41, 92 and DC. RGB value is (65,146,220). Sum of RGB (Red+Green+Blue) = 65+146+220=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #4192DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4192DC is #BE6D23. Grayscale: #818181. Windows color (decimal): -12479780 or 14455361. OLE color: 14455361.

HSL color Cylindrical-coordinate representation of color #4192DC: hue angle of 208.65º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4192DC is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 146 220 -
CMYK 0.70 0.34 0 0.14
HSL 208.65º 0.69% 0.56% -
HSV(B) 208.65º 0.7% 0.86% -
XYZ 25.38 26.85 71.55 -
YUV 130.22 178.66 81.48 -
System Red Green Blue C M Y K H S L
Decimal 65 146 220 0.70 0.34 0 0.14 208.65 0.69 0.56
Hex 41 92 DC 46 22 0 E D1 45 38
Octal 101 222 334 106 42 0 16 321 105 70
Binary 1000001 10010010 11011100 1000110 100010 0 1110 11010001 1000101 111000

Color Harmonies of #4192DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4192DC

Black with #4192DC

Text Example


Text Example

White with #4192DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4192DC; }

 p { color: rgb(65,146,220); }

 H1.HeaderClassName
 {
   color: #4192DC;
 }
 .AnyTagClassName
 {
   color: #4192DC;
 }
</style>

background-color css

<style>
 a { background-color: #4192DC; }

 a { background-color: rgb(65,146,220); }

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

border-color css

<style>
 span { border-color: #4192DC; }

 span { border-color: rgb(65,146,220); }

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